Gentoo Archives: gentoo-catalyst

From: Alvin <liyiming@××××××.cn>
To: gentoo-catalyst@l.g.o
Subject: [gentoo-catalyst] I have found a bug!^^
Date: Fri, 31 Mar 2006 13:43:29
Message-Id: 442D3236.7010705@ict.ac.cn
1 These days I am devote to analysing the catalyst2 resource code, and
2 just now I found there was a bug in function.sh script program.
3 The err locates at NOTE:
4 check_dev_manager(){
5 if [ "${clst_livecd_devmanager}" == "devfs" ]
6 then
7 cmdline_opts="${cmdline_opts} noudev devfs"
8 ###################################################
9 NOTE: this condition is same as the above one!!
10 elif [ "${clst_livecd_devmanager}" == "devfs" ]
11 ###################################################
12
13 then
14 cmdline_opts="${cmdline_opts} udev nodevfs"
15 fi
16
17 --
18 gentoo-catalyst@g.o mailing list

Replies

Subject Author
Re: [gentoo-catalyst] I have found a bug!^^ Chris Gianelloni <wolf31o2@g.o>