[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#267168: Successful cdrom-detect (minimum impact patch)



Hi, 

FYI: The minimum impact patch can be found as attachment to my bug
report to #265636 (Now merged with this bug number).  You need to remove
2 commented out lines to get quiet and smooth install.

So instead of:
+# For some buggy CDROM drive, blindly mount and umount
+# CDROM will avoid DMA issues with kernel.
+        #mount -t iso9660 -o ro,exec $device /cdrom || true
+        #umount /cdrom 2>/dev/null || true

Do this.
+# For some buggy CDROM drive, blindly mount and umount
+# CDROM will avoid DMA issues with kernel.
+        mount -t iso9660 -o ro,exec $device /cdrom || true
+        umount /cdrom 2>/dev/null || true

Osamu




Reply to: