diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-09-09 12:52:07 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-09-09 12:52:07 +0000 |
commit | 27cc3978e188da0c3ace0d58e0a8f1b2bad9bbf5 (patch) | |
tree | c4745a33e4087936123fd79a33b1732e1d193cc2 /perl-install/standalone/drakupdate_fstab | |
parent | 7c61b9baf0806d9824ea87d23a6373ec48580b0d (diff) | |
download | drakx-27cc3978e188da0c3ace0d58e0a8f1b2bad9bbf5.tar drakx-27cc3978e188da0c3ace0d58e0a8f1b2bad9bbf5.tar.gz drakx-27cc3978e188da0c3ace0d58e0a8f1b2bad9bbf5.tar.bz2 drakx-27cc3978e188da0c3ace0d58e0a8f1b2bad9bbf5.tar.xz drakx-27cc3978e188da0c3ace0d58e0a8f1b2bad9bbf5.zip |
force non-supermount, supermount is too buggy
Diffstat (limited to 'perl-install/standalone/drakupdate_fstab')
-rwxr-xr-x | perl-install/standalone/drakupdate_fstab | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakupdate_fstab b/perl-install/standalone/drakupdate_fstab index 4abefb397..130e1ab4f 100755 --- a/perl-install/standalone/drakupdate_fstab +++ b/perl-install/standalone/drakupdate_fstab @@ -121,7 +121,7 @@ sub main { print STDERR "Already in fstab\n" if $::testing; return; } - my $use_supermount = cat_('/etc/fstab') =~ /supermount/; + my $use_supermount = 0; #- force non-supermount, supermount is too buggy set_options($part, $use_supermount); set_mount_point($part, $fstab) or return; |