From 6acda169c92c0c8b4c55ecd3742673c7cfd8edcb Mon Sep 17 00:00:00 2001 From: Matthias Hentges Date: Wed, 12 Apr 2006 14:05:43 +0000 Subject: altboot: - Emmit a low-volume beep on alsa devices before running the timeout - Removed some redirects from init_rootfs - Fixed CF booting w/ kernel 2.6.16 - Fixed altboot menu on c7x0 running kernel 2.6 --- packages/altboot/files/altboot-menu/Advanced/40-bootNFS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'packages/altboot/files/altboot-menu') diff --git a/packages/altboot/files/altboot-menu/Advanced/40-bootNFS b/packages/altboot/files/altboot-menu/Advanced/40-bootNFS index 33d5f2795a..c3fb7cedc4 100644 --- a/packages/altboot/files/altboot-menu/Advanced/40-bootNFS +++ b/packages/altboot/files/altboot-menu/Advanced/40-bootNFS @@ -37,6 +37,8 @@ run_module() { else # With kernel 2.6.16+ udev is used /etc/init.d/udev start >/dev/null 2>&1 || die "/etc/init.d/udev start failed!" + + /etc/init.d/udev stop fi nfs_host="`cat /etc/fstab | grep -v ^# | grep nfs | awk '{print $1}'|sed -n "s/\(.*\)\:\(.*\)/\1/p" `" -- cgit v1.2.3