From e38950a33c3505db7e79547622aa5946cfe88d5c Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 25 Sep 2000 22:00:16 +0000 Subject: no_comment --- perl-install/fs.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/fs.pm') diff --git a/perl-install/fs.pm b/perl-install/fs.pm index 8a0f78ef3..638ffe5e7 100644 --- a/perl-install/fs.pm +++ b/perl-install/fs.pm @@ -62,6 +62,7 @@ sub check_mounted($) { sub get_mntpoints_from_fstab { my ($fstab, $prefix, $uniq) = @_; + log::l("reading fstab"); foreach (read_fstab("$prefix/etc/fstab")) { next if $uniq && fsedit::mntpoint2part($_->{mntpoint}, $fstab); -- cgit v1.2.1