These days I am devote 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

--
[EMAIL PROTECTED] mailing list

Reply via email to