From 782dc3c20561aea0fb13529d543fb814fda208f7 Mon Sep 17 00:00:00 2001 From: Matthias Hentges Date: Mon, 23 Jan 2006 18:21:48 +0000 Subject: altboot: - Fixed a bug where the /media/ROM mountpoint wasn't moved into the new rootfs - Added support for booting off USB storage devices --- packages/altboot/files/altboot-menu/Advanced/40-bootNFS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/altboot/files/altboot-menu/Advanced/40-bootNFS') diff --git a/packages/altboot/files/altboot-menu/Advanced/40-bootNFS b/packages/altboot/files/altboot-menu/Advanced/40-bootNFS index b5b93a5929..e83a2867c5 100644 --- a/packages/altboot/files/altboot-menu/Advanced/40-bootNFS +++ b/packages/altboot/files/altboot-menu/Advanced/40-bootNFS @@ -36,7 +36,7 @@ run_module() { # After the PCMCIA service is started, an inserted WLAN card should automatically # activate itself. - /etc/init.d/pcmcia start || die "/etc/init.d/pcmcia/start failed!" + /etc/init.d/pcmcia start >/dev/null 2>&1 || die "/etc/init.d/pcmcia/start failed!" nfs_host="`cat /etc/fstab | grep -v ^# | grep nfs | awk '{print $1}'|sed -n "s/\(.*\)\:\(.*\)/\1/p" `" nfs_mounts="`cat /etc/fstab | grep -v ^# | grep nfs | awk '{print $1}'`" @@ -67,7 +67,7 @@ run_module() { then echo "Restarting udhcpc" killall udhcpc - udhcpc -i wlan0 -H `cat /etc/hostname` + udhcpc -i wlan0 -H `cat /etc/hostname` >/dev/null 2>&1 else die "Failed to activate WLAN!" break -- cgit v1.2.3