[Bug 173459] Review Request: initng

bugzilla at redhat.com bugzilla at redhat.com
Mon Jan 9 01:12:01 UTC 2006


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: initng


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=173459





------- Additional Comments From dennis at conversis.de  2006-01-08 20:11 EST -------
(In reply to comment #169)

> One thing maybe someone here can answer: system/usb chokes on the line " for i
> in `/bin/grep "driver: .*-hcd"|cut -d" " -f2 /etc/sysconfig/hwconf`". Tried
> executing the grep in a terminal manually, which gave me loads of non relevant
> stuff and then just stopped. I'm no bash expert so I don't know what happens,
> anyone else?

Good catch, this may be the reason initng doesn't boot my system at all at the
moment. This got broken by the changes made in revision 2508 of initng. The line
has to look like this:

for i in `/bin/grep "driver: .*-hcd" /etc/sysconfig/hwconf|cut -d" " -f2`


-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/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.




More information about the fedora-extras-list mailing list