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 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

