From d80182fb067de110a09af88969ab9844e11ce21d Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 25 Oct 1999 22:59:18 +0000 Subject: no_comment --- perl-install/fs.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/fs.pm') diff --git a/perl-install/fs.pm b/perl-install/fs.pm index f25858d01..5625e0f80 100644 --- a/perl-install/fs.pm +++ b/perl-install/fs.pm @@ -232,7 +232,7 @@ sub write_fstab($;$$) { #- keep in mind the new line for fstab. @new{($_->{mntpoint}, $_->{"$dir$_->{device}"})} = undef; - devices::make("$prefix/$dir$_->{device}") if $_->{device} && $dir; + eval { devices::make("$prefix/$dir$_->{device}") } if $_->{device} && $dir; [ "$dir$_->{device}", $_->{mntpoint}, type2fs($_->{type}), $options, $freq, $passno ]; -- cgit v1.2.1