diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-08-19 21:29:01 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-08-19 21:29:01 +0000 |
commit | 36d3a4fe804fb661f494d60a6969853c335b34f5 (patch) | |
tree | 65edc075f6fd40b6b41cbd532f23f388e37c5c3d /perl-install/bootlook.pm | |
parent | 94f942f169827a79ef3a2345bc41955e56c70e11 (diff) | |
download | drakx-36d3a4fe804fb661f494d60a6969853c335b34f5.tar drakx-36d3a4fe804fb661f494d60a6969853c335b34f5.tar.gz drakx-36d3a4fe804fb661f494d60a6969853c335b34f5.tar.bz2 drakx-36d3a4fe804fb661f494d60a6969853c335b34f5.tar.xz drakx-36d3a4fe804fb661f494d60a6969853c335b34f5.zip |
major fs.pm rework + adaptation to it
Diffstat (limited to 'perl-install/bootlook.pm')
-rw-r--r-- | perl-install/bootlook.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/bootlook.pm b/perl-install/bootlook.pm index 6f38455c8..3f60fcc49 100644 --- a/perl-install/bootlook.pm +++ b/perl-install/bootlook.pm @@ -333,7 +333,7 @@ sub lilo_choice my ($all_hds) = catch_cdie { fsedit::hds([ detect_devices::hds() ], {}) } sub { 1 }; my $fstab = [ fsedit::get_all_fstab($all_hds) ]; - fs::get_all_mntpoints_from_fstab($all_hds); + fs::merge_info_from_fstab($fstab); $::expert=1; ask: |