diff options
author | Francois Pons <fpons@mandriva.com> | 2000-04-14 15:11:57 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-04-14 15:11:57 +0000 |
commit | 21066f8c4d8d136cca65f7138cabb25d4b4cfe8c (patch) | |
tree | e51a023cbbbdea6ad22b962dc4e573603c67f31a /perl-install/fs.pm | |
parent | 3f3ced984833bf1084447c1afd3cfc7d17d0838b (diff) | |
download | drakx-21066f8c4d8d136cca65f7138cabb25d4b4cfe8c.tar drakx-21066f8c4d8d136cca65f7138cabb25d4b4cfe8c.tar.gz drakx-21066f8c4d8d136cca65f7138cabb25d4b4cfe8c.tar.bz2 drakx-21066f8c4d8d136cca65f7138cabb25d4b4cfe8c.tar.xz drakx-21066f8c4d8d136cca65f7138cabb25d4b4cfe8c.zip |
*** empty log message ***
Diffstat (limited to 'perl-install/fs.pm')
-rw-r--r-- | perl-install/fs.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/fs.pm b/perl-install/fs.pm index 0f89057e7..623701c2d 100644 --- a/perl-install/fs.pm +++ b/perl-install/fs.pm @@ -340,6 +340,7 @@ sub write_fstab($;$$) { my @new = grep { $_ ne 'none' } map { @$_[0,1] } @to_add; my %new; @new{@new} = undef; + require fsedit; unshift @to_add, map { my ($dir, $options, $freq, $passno) = qw(/dev/ defaults 0 0); |