From afbc62590be2211a9843687f05010600d41d4cb3 Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Mon, 26 Feb 2007 13:58:43 +0000 Subject: Bit of cleanup for hwautocfg ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@722 95ad53e4-c205-0410-b2fa-d234c58c8868 --- initramfs/initrd-stuff/init | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'initramfs/initrd-stuff/init') diff --git a/initramfs/initrd-stuff/init b/initramfs/initrd-stuff/init index 65ee9687..cdd6ec79 100755 --- a/initramfs/initrd-stuff/init +++ b/initramfs/initrd-stuff/init @@ -76,11 +76,6 @@ nfsro="nfs" # load usb modules for keyboard (reenable usb keyboards, otherwise the # admin has to wait until second run of hwsetup late in stage3) -#echo "0 0 0 0" >/proc/sys/kernel/printk -#( for mod in usbcore uhci-hcd ohci-hcd usbhid; do -# modprobe -q $mod 2>/dev/null -# usleep 5 -#done; echo "1 4 1 7" >/proc/sys/kernel/printk ) & hwautocfg pre # run pre init script and user defined preinit.local, copied by mkdxsinitrd @@ -448,6 +443,7 @@ mount -n --bind /mnt/lib/modules/${KERNEL} /lib/modules/${KERNEL} || \ # start hardware configuration as background process if not a special # debuglevel (21) is used for the option of manual hwautocfg start if [ ${DEBUGLEVEL} = 21 ] ; then + echo "You can run 'hwautocfg main &' manually now ..." /bin/sh else [ $DEBUGLEVEL -eq 20 ] && echo "** started hwautocfg in background at \ -- cgit v1.2.3-55-g7522