diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-09-17 20:31:06 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-09-17 20:31:06 +0000 |
commit | 4cf1767ecded952cbbd9d8f4d05012ff71c099af (patch) | |
tree | ec6d1b001918c1e0d17780ffd87c17adfb4e3f4c /perl-install/fsedit.pm | |
parent | d76c0310b7ef4c9fb9adef1dd8f31378733c188d (diff) | |
download | drakx-4cf1767ecded952cbbd9d8f4d05012ff71c099af.tar drakx-4cf1767ecded952cbbd9d8f4d05012ff71c099af.tar.gz drakx-4cf1767ecded952cbbd9d8f4d05012ff71c099af.tar.bz2 drakx-4cf1767ecded952cbbd9d8f4d05012ff71c099af.tar.xz drakx-4cf1767ecded952cbbd9d8f4d05012ff71c099af.zip |
- '--' to separate options for supermount + small workaround (ro and exec before --)
- fix nfs in manualFstab (for auto_installs, reported by David Eastcott)
Diffstat (limited to 'perl-install/fsedit.pm')
-rw-r--r-- | perl-install/fsedit.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/fsedit.pm b/perl-install/fsedit.pm index d715262c9..6800fd9a4 100644 --- a/perl-install/fsedit.pm +++ b/perl-install/fsedit.pm @@ -76,7 +76,7 @@ sub typeOfPart { #- Functions #-###################################################################################### sub empty_all_hds { - { hds => [], lvms => [], raids => [], loopbacks => [], raw_hds => [], nfss => [], smbs => [] }; + { hds => [], lvms => [], raids => [], loopbacks => [], raw_hds => [], nfss => [], smbs => [], special => [] }; } sub recompute_loopbacks { my ($all_hds) = @_; |