From f72792694cdbf2b955d94f4b56274335975df4db Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 9 Sep 2003 16:23:04 +0000 Subject: re-enable supermount --- perl-install/standalone/drakupdate_fstab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone/drakupdate_fstab') 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; -- cgit v1.2.1