diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-09-09 16:23:04 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-09-09 16:23:04 +0000 |
commit | f72792694cdbf2b955d94f4b56274335975df4db (patch) | |
tree | 65e897b09f9fa2268918f054828387cf4aff90e3 /perl-install/standalone/drakupdate_fstab | |
parent | 411564f5b39a3c21a4a2dc81b3783ccf2c99fb97 (diff) | |
download | drakx-backup-do-not-use-f72792694cdbf2b955d94f4b56274335975df4db.tar drakx-backup-do-not-use-f72792694cdbf2b955d94f4b56274335975df4db.tar.gz drakx-backup-do-not-use-f72792694cdbf2b955d94f4b56274335975df4db.tar.bz2 drakx-backup-do-not-use-f72792694cdbf2b955d94f4b56274335975df4db.tar.xz drakx-backup-do-not-use-f72792694cdbf2b955d94f4b56274335975df4db.zip |
re-enable supermount
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; |