http://qa.mandrakesoft.com/show_bug.cgi?id=5113
Product: initscripts
Component: program
Summary: usb bug in rc.sysinit
Product: initscripts
Version: 7.06-20mdk
Platform: PC
OS/Version: All
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: program
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
there is bug in rc.sysinit start script which don't load usb modules..
....
Load usb now to be able to use an usb keyboard to answer questions
if ! LC_ALL=C grep -iq "nousb" /proc/cmdline 2>/dev/null && ! LC_ALL=C grep -iq
"usb" /proc/devices 2>/dev/null ; then
/etc/init.d/usb start
fi
...
second condition is buggy, it can't be negated...
--
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.