Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 39731 - Genkernel initrd's linuxrc script does not handle "doscsi" option correctly
Summary: Genkernel initrd's linuxrc script does not handle "doscsi" option correctly
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: genkernel (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: x86-kernel@gentoo.org (DEPRECATED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-28 23:54 UTC by vtkstef
Modified: 2004-02-02 13:09 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description vtkstef 2004-01-28 23:54:44 UTC
the script is under /usr/share/genkernel/generic/linuxrc. The problem is in the command line processing where MY_HWOPTS is built in the following manner:

  MY_HWOPTS="MY_HWOPTS $x"

while it should be

  MY_HWOPTS="${MY_HWOPTS} $x"


Reproducible: Always
Steps to Reproduce:
1. it's a programming error in /usr/share/genkernel/generic/linuxrc
2.
3.
Actual Results:  
if I specify doscsi as boot option, it fails to boot the machine correctly


running genkernel 3.01_b8
Comment 1 Brad House 2004-01-29 19:26:49 UTC
fixed in _beta9
Comment 2 vtkstef 2004-01-31 21:36:40 UTC
Hi I am not the only one seeing the test statements fail
after the pivot_root in /linuxrc

please see

http://forums.gentoo.org/viewtopic.php?p=796269#796269

Comment 3 Brad House 2004-02-01 17:17:27 UTC
well, you posted this to the wrong bug # I think...
please post this comment to the right bug #.
also, provide the version of coreutils you have
installed on your current sytem
Comment 4 vtkstef 2004-02-02 13:09:06 UTC
I have coreutils-5.0.91-r4 on my athlon system. Which bug number
may use to post these comments instead?