diff options
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 aee783cd6..b7ff8750d 100755 --- a/perl-install/standalone/drakupdate_fstab +++ b/perl-install/standalone/drakupdate_fstab @@ -130,7 +130,7 @@ sub main { print STDERR "Already in fstab\n" if $::testing; return; } - my $useSupermount = 0; #- force non-supermount, supermount is too buggy + my $use_supermount = cat_('/etc/fstab') =~ /supermount/; set_options($part, $useSupermount); set_mount_point($part, $fstab) or return; |