[Bug 498497] New: kiwi: CD/DVD device turned into slow mode
http://bugzilla.novell.com/show_bug.cgi?id=498497 Summary: kiwi: CD/DVD device turned into slow mode Classification: openSUSE Product: openSUSE.org Version: unspecified Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: System Imaging AssignedTo: ms@novell.com ReportedBy: ms@novell.com QAContact: adrian@novell.com Found By: --- fix to prevent slow mode... but problematic also because specifying -t iso iso9660 breaks udf support, see next comment --- /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.
http://bugzilla.novell.com/show_bug.cgi?id=498497 User ms@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=498497#c1 --- Comment #1 from Marcus Schaefer <ms@novell.com> 2009-04-27 09:49:52 MDT --- Am Montag 27 April 2009 schrieb Marcus Schäfer:
Hi,
hmm, das mit dem expliziten -t iso9660 hat doch einen Haken. kiwi kann install ISO's generieren wobei das ISO dann das eigentliche Image als ein file enthält. Eine DVD kann etwas mehr als 4GB Daten speichern also auch ein file das > 4GB sein kann und in diesem Fall wir ein udf ISO generiert was dann aber nicht mehr mit -t iso9660 gemounted werden kann.
Das heisst durch diesen fix sind install ISO's mit images
4GB nicht mehr nutzbar
*seufz*
Das dumme ist, du bekommst das mit dem iso9660 nicht heraus ohne vol_id - und das ist das, was es kaputt macht ;( Das heisst: dd if=/dev/cdrom of=/dev/stdout bs=42k count=1 | file - sagt: ISO 9660 CD-ROM filesystem data Wäre ein Workaround, besser wäre sicher vol_id zu fixen. Dan brauchst auch das -t nicht mehr. Gruss, Stephan -- 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.
http://bugzilla.novell.com/show_bug.cgi?id=498497 Marcus Schaefer <ms@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P2 - High Status|NEW |ASSIGNED -- 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.
http://bugzilla.novell.com/show_bug.cgi?id=498497 User ms@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=498497#c2 Marcus Schaefer <ms@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #2 from Marcus Schaefer <ms@novell.com> 2009-05-04 06:40:46 MDT --- fixed -- 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.
participants (1)
-
bugzilla_noreply@novell.com