#!/bin/sh # boot from the nfs partition "$1" (which # must be given) using options from the rest of # the command line. # # Use the standard init path (see /etc/init.d/rcS) export PATH=/sbin:/bin:/usr/sbin:/usr/bin # . /etc/default/functions leds boot system # if /boot/network then # network is up and running, the NFS mount will # now succeed (possibly), use /boot/disk exec /boot/disk "$@" fi # fallback - use the flash boot leds beep -f 1000 -r 2 exec /boot/flash