From 36d3a4fe804fb661f494d60a6969853c335b34f5 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sun, 19 Aug 2001 21:29:01 +0000 Subject: major fs.pm rework + adaptation to it --- perl-install/standalone/drakboot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone/drakboot') diff --git a/perl-install/standalone/drakboot b/perl-install/standalone/drakboot index 4b8abde3c..9d159a685 100755 --- a/perl-install/standalone/drakboot +++ b/perl-install/standalone/drakboot @@ -34,7 +34,7 @@ sub lilo_choice my ($hds) = catch_cdie { fsedit::hds([ detect_devices::hds() ], {}) } sub { 1 }; my $fstab = [ fsedit::get_fstab(@$hds) ]; - fs::get_mntpoints_from_fstab($fstab); + fs::merge_info_from_fstab($fstab); $::expert=1; -- cgit v1.2.1