summaryrefslogtreecommitdiffstats
path: root/initrd/initrd-stuff/etc/functions
diff options
context:
space:
mode:
authorDirk von Suchodoletz2006-05-23 23:15:23 +0200
committerDirk von Suchodoletz2006-05-23 23:15:23 +0200
commitcb950e6ea1570d80237b6df8b67a71e8e4bf109f (patch)
tree576290231d1e49644b979cc9b31fd19bb1b5fc19 /initrd/initrd-stuff/etc/functions
parentsome fixes ... (diff)
downloadcore-cb950e6ea1570d80237b6df8b67a71e8e4bf109f.tar.gz
core-cb950e6ea1570d80237b6df8b67a71e8e4bf109f.tar.xz
core-cb950e6ea1570d80237b6df8b67a71e8e4bf109f.zip
not all was done by me - so check the log for changes :-))
git-svn-id: http://svn.openslx.org/svn/openslx/ld4@233 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initrd/initrd-stuff/etc/functions')
-rw-r--r--initrd/initrd-stuff/etc/functions3
1 files changed, 2 insertions, 1 deletions
diff --git a/initrd/initrd-stuff/etc/functions b/initrd/initrd-stuff/etc/functions
index e8b12f76..a07ebaef 100644
--- a/initrd/initrd-stuff/etc/functions
+++ b/initrd/initrd-stuff/etc/functions
@@ -55,7 +55,8 @@ if [ -n "$2" ] ; then
[ "$DEBUGLEVEL" -gt 2 ] && usleep 20
else
echo -e "${error_msg}${e_msg}${error_shell}"
- # load usb modules to have keyboard enabled
+ # load usb modules to have keyboard enabled - they might have to be
+ # copied into initramfs with mkdxsinitramfs ...
modprobe -a usbcore uhci-hcd ohci-hcd usbhid 2>&1 >/dev/null
/bin/sh
echo -n "Reboot now? [y]"