summaryrefslogtreecommitdiffstats
path: root/initramfs/initrd-stuff/init
diff options
context:
space:
mode:
authorDirk von Suchodoletz2007-02-26 14:58:43 +0100
committerDirk von Suchodoletz2007-02-26 14:58:43 +0100
commitafbc62590be2211a9843687f05010600d41d4cb3 (patch)
treeabf2ac086ccb2ec4b8a4aec3e380f30d35bc533e /initramfs/initrd-stuff/init
parentRestructured hwautocfg (moved hw related parts of init into it) - (diff)
downloadcore-afbc62590be2211a9843687f05010600d41d4cb3.tar.gz
core-afbc62590be2211a9843687f05010600d41d4cb3.tar.xz
core-afbc62590be2211a9843687f05010600d41d4cb3.zip
Bit of cleanup for hwautocfg ...
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@722 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initramfs/initrd-stuff/init')
-rwxr-xr-xinitramfs/initrd-stuff/init6
1 files changed, 1 insertions, 5 deletions
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 \