From 8e0c09c7d6ef8dc1e5d191d8f0c9ee55a659901f Mon Sep 17 00:00:00 2001 From: Mike Westerhof Date: Mon, 4 Feb 2008 17:22:12 +0000 Subject: SlugOS: updated boot scripts to support nfs rootfs with the new network driver. --- packages/slugos-init/files/boot/nfs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'packages/slugos-init/files/boot/nfs') diff --git a/packages/slugos-init/files/boot/nfs b/packages/slugos-init/files/boot/nfs index 856f4e56b9..e0f05754c5 100644 --- a/packages/slugos-init/files/boot/nfs +++ b/packages/slugos-init/files/boot/nfs @@ -7,10 +7,15 @@ export PATH=/sbin:/bin:/usr/sbin:/usr/bin # . /etc/default/functions +. /etc/default/modulefunctions +# leds boot system # if /boot/network then + # load the nfs kernel module + loadnfsmods + # network is up and running, the NFS mount will # now succeed (possibly), use /boot/disk exec /boot/disk "$@" -- cgit v1.2.3