http://bugzilla.novell.com/show_bug.cgi?id=493201 User coolo@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=493201#c41 --- Comment #41 from Stephan Kulow <coolo@novell.com> 2009-04-27 05:56:38 MDT --- If avoiding hwinfo --cdrom (and simply taking /dev/cdrom if it exists), I could trick my drive to behave: --- /tmp/initrd.orig/include 2009-04-27 10:37:10.000000000 +0200 +++ /tmp/initrd/include 2009-04-27 13:24:35.000000000 +0200 @@ -1816,9 +1816,13 @@ for module in sg sd_mod sr_mod cdrom ide-cd BusLogic vfat; do /sbin/modprobe $module done + else + if test -r /dev/cdrom; then + cddev=/dev/cdrom + fi fi Echo -n "Waiting for CD/DVD device(s) to appear..." - while true;do + while test -z "$cddev";do cddevs=`$h --cdrom | grep "Device File:"|sed -e"s@(.*)@@" | cut -f2 -d:` cddevs=`echo $cddevs` for i in $cddevs;do -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.