From 851338fe8bf4c8d057984431b542b333cbad4b8e Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 15 Sep 2000 20:42:47 +0000 Subject: no_comment --- perl-install/fs.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'perl-install/fs.pm') diff --git a/perl-install/fs.pm b/perl-install/fs.pm index f268fc7d6..c29faae8a 100644 --- a/perl-install/fs.pm +++ b/perl-install/fs.pm @@ -312,6 +312,8 @@ sub df { mkdir $dir; eval { mount($part->{device}, $dir, type2fs($part->{type}), 'readonly') }; if ($@) { + $part->{notFormatted} = 1; + $part->{isFormatted} = 0; unlink $dir; return; } -- cgit v1.2.1