#!/bin/sh

if [ "$1" = menu ]; then
        boot-menu-add-entry "$0" "USB Boot"
        exit
fi

boot ehci0
