From 2834ce658055f5e4bd65726600aa50f747e1f867 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 30 Jan 2004 15:40:24 +0000 Subject: *** empty log message *** --- perl-install/fs.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/fs.pm') diff --git a/perl-install/fs.pm b/perl-install/fs.pm index 4692e3ead..1a0ec795f 100644 --- a/perl-install/fs.pm +++ b/perl-install/fs.pm @@ -438,7 +438,7 @@ sub set_default_options { my ($options, $unknown) = mount_options_unpack($part); if ($opts{is_removable}) { - $options->{supermount} = $opts{useSupermount}; + $options->{supermount} = $opts{useSupermount} && !($opts{useSupermount} eq 'magicdev' && $part->{media_type} eq 'cdrom'); $part->{type} = !$options->{supermount} ? 'auto' : $part->{media_type} eq 'cdrom' ? 'udf:iso9660' : 'ext2:vfat'; } -- cgit v1.2.1