diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-06-01 06:57:03 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-06-01 06:57:03 +0000 |
commit | 5dad4aaf4c99872e1b118b2e9f581a7e2b14ab18 (patch) | |
tree | b3306294b2f7cd851641c91fa7389a754c718862 /perl-install/fs.pm | |
parent | bd45f62da63fc2640d9255d81a1eb27fd3fc4809 (diff) | |
download | drakx-5dad4aaf4c99872e1b118b2e9f581a7e2b14ab18.tar drakx-5dad4aaf4c99872e1b118b2e9f581a7e2b14ab18.tar.gz drakx-5dad4aaf4c99872e1b118b2e9f581a7e2b14ab18.tar.bz2 drakx-5dad4aaf4c99872e1b118b2e9f581a7e2b14ab18.tar.xz drakx-5dad4aaf4c99872e1b118b2e9f581a7e2b14ab18.zip |
merge_fstabs doesn't mess around with options anymore in "loose" mode
Diffstat (limited to 'perl-install/fs.pm')
-rw-r--r-- | perl-install/fs.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/fs.pm b/perl-install/fs.pm index ed0e08e92..d1580068c 100644 --- a/perl-install/fs.pm +++ b/perl-install/fs.pm @@ -265,7 +265,6 @@ sub merge_info_from_mtab { } $_->{isMounted} = 1; set_isFormatted($_, 1); - delete $_->{options}; } merge_fstabs('loose', $fstab, @l1, @l2); } |