From 477a8cc709be345504c6cbbf1b57103978484e33 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 29 Jun 2004 10:54:07 +0000 Subject: do not add default device in device hash, it will be filled with result from fs::subpart_from_wild_device_name --- perl-install/fs.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/fs.pm b/perl-install/fs.pm index dda2716f5..6093b005e 100644 --- a/perl-install/fs.pm +++ b/perl-install/fs.pm @@ -70,7 +70,7 @@ sub read_fstab { $dev =~ s/\\040/ /g; my $h = { - device => $dev, mntpoint => $mntpoint, type => $type, + mntpoint => $mntpoint, type => $type, options => $options, comment => $comment, if_(member('keep_freq_passno', @reading_options), freq => $freq, passno => $passno), }; -- cgit v1.2.1