It seems the vista DVD is a mixed iso9660/udf whose iso9660 contains a
README pointing out that you should use udf, etc.  Probably other DVDs do
(or will do) the same.  The default fstab setting makes "mount /cdrom" use
iso9660, whereas "auto" seems to choose the appropiate option for each case.
I would suggest:

--- partman/partman-target/finish.d/fstab_removable_media_entries       
(revision 49328)
+++ partman/partman-target/finish.d/fstab_removable_media_entries       
(working copy)
@@ -58,7 +58,7 @@
     CDDEVICES="$MAPCDDEV $CDDEVICES" # first the mounted cdrom
 fi

-populate_media cdrom udf,iso9660 user,noauto $CDDEVICES
+populate_media cdrom auto user,noauto $CDDEVICES
 # Compatability link to keep things working; etch is not migrated away
 # entirely from /cdrom.
 if [ -n "$CDDEVICES" ]; then

-- 
Robert Millan

<GPLv2> I know my rights; I want my phone call!
<DRM> What use is a phone call, if you are unable to speak?
(as seen on /.)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to