Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 128265 - A bug in catalyst2_rc40
Summary: A bug in catalyst2_rc40
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: Catalyst (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Catalyst Developers
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2006-03-31 08:18 UTC by Alvin Lee
Modified: 2006-04-14 05:01 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 Alvin Lee 2006-03-31 08:18:20 UTC
These days I am devoting to analysing the catalyst2 resource code, and just now I found there was a bug in function.sh script program.
> The err locates at NOTE:
> check_dev_manager(){
>         if [ "${clst_livecd_devmanager}" == "devfs" ]
>         then
>                 cmdline_opts="${cmdline_opts} noudev devfs"
> ###################################################
> NOTE: this condition is same as the above one!!
>         elif [ "${clst_livecd_devmanager}" == "devfs" ]
> ###################################################
> 
>         then
>                 cmdline_opts="${cmdline_opts} udev nodevfs"
>         fi
Comment 1 Chris Gianelloni (RETIRED) gentoo-dev 2006-03-31 08:47:28 UTC
I've checked the offending code in CVS.  I'll resolve this bug once we have a new catalyst release in the tree.
Comment 2 Chris Gianelloni (RETIRED) gentoo-dev 2006-04-14 04:38:04 UTC
This is fixed in 2.0_rc41.
Comment 3 Alvin Lee 2006-04-14 05:01:56 UTC
So efficient!