From 77d16a3330cab8b9c86667220114542958e7a348 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Wed, 9 Feb 2000 11:40:32 +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 3920de74b..c3f960cd8 100644 --- a/perl-install/fs.pm +++ b/perl-install/fs.pm @@ -280,7 +280,7 @@ sub write_fstab($;$$) { mkdir "$prefix/$mntpoint", 0755 or log::l("failed to mkdir $prefix/$mntpoint: $!"); eval { devices::make("$prefix/dev/$device") }; - [ "/dev/$device", $mntpoint, "vfat", "user,exec,conv=auto", 0, 0 ]; + [ "/dev/$device", $mntpoint, "vfat", "user,exec,conv=binary", 0, 0 ]; } grep { isFat($_) && ! exists $new{"/dev/$_->{device}"} } @$fstab; -- cgit v1.2.1