aboutsummaryrefslogtreecommitdiffstats
path: root/packages/slugos-init/files/boot/nfs
blob: 534d8b7cb05682c0b4358a128fd26901e6fe2933 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/sh
# boot from the nfs partition "$1" (which
# must be given) using options from the rest of
# the command line.
#
/sbin/leds -A '!gr'
#
# Use the standard init path (see /etc/init.d/rcS)
export PATH=/sbin:/bin:/usr/sbin:/usr/bin
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
exec /boot/flash