summaryrefslogtreecommitdiffstats
path: root/perl-install/fs.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-08-18 21:22:23 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-08-18 21:22:23 +0000
commit41242f22137bf15057dbaf615cf299e9d347983a (patch)
tree40757378709da5560eef71e535fbba98683e5674 /perl-install/fs.pm
parent3de0de1ef028256b80615303a879ff87a11e05ed (diff)
downloaddrakx-backup-do-not-use-41242f22137bf15057dbaf615cf299e9d347983a.tar
drakx-backup-do-not-use-41242f22137bf15057dbaf615cf299e9d347983a.tar.gz
drakx-backup-do-not-use-41242f22137bf15057dbaf615cf299e9d347983a.tar.bz2
drakx-backup-do-not-use-41242f22137bf15057dbaf615cf299e9d347983a.tar.xz
drakx-backup-do-not-use-41242f22137bf15057dbaf615cf299e9d347983a.zip
(write_fstab): add notail for reiserfs partitions in any case
Diffstat (limited to 'perl-install/fs.pm')
-rw-r--r--perl-install/fs.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/perl-install/fs.pm b/perl-install/fs.pm
index 1ab5695a8..74c04a5f9 100644
--- a/perl-install/fs.pm
+++ b/perl-install/fs.pm
@@ -525,8 +525,7 @@ sub write_fstab($;$$@) {
isTrueFS($_) and ($freq, $passno) = (1, ($_->{mntpoint} eq '/') ? 1 : 2);
isNfs($_) and $dir = '', $options = $_->{options} || $format_options->('ro,nosuid,rsize=8192,wsize=8192', 'iocharset');
isFat($_) and $options = $_->{options} || $format_options->("user,exec,umask=0", 'codepage', 'iocharset');
-
- #isThisFs("reiserfs", $_) && $_ == fsedit::get_root($fstab, 'boot') and add_options($options, "notail");
+ isThisFs("reiserfs", $_) and add_options($options, "notail");
my $dev = isLoopback($_) ?
($_->{mntpoint} eq '/' ? "/initrd/loopfs$_->{loopback_file}" : $_->{device}) :