diff options
author | Adam Lebsack <adam@mandriva.com> | 2000-05-27 23:40:06 +0000 |
---|---|---|
committer | Adam Lebsack <adam@mandriva.com> | 2000-05-27 23:40:06 +0000 |
commit | 9bf03d1088adcd4187b418af6dad4429a91f7e2f (patch) | |
tree | bbe54dbc52f3f79fb87dbd5039802d995035ea3f /perl-install/fs.pm | |
parent | 23912a3c7bfcd56adf598eaee1c29315ccae4780 (diff) | |
download | drakx-9bf03d1088adcd4187b418af6dad4429a91f7e2f.tar drakx-9bf03d1088adcd4187b418af6dad4429a91f7e2f.tar.gz drakx-9bf03d1088adcd4187b418af6dad4429a91f7e2f.tar.bz2 drakx-9bf03d1088adcd4187b418af6dad4429a91f7e2f.tar.xz drakx-9bf03d1088adcd4187b418af6dad4429a91f7e2f.zip |
see Changelog
Diffstat (limited to 'perl-install/fs.pm')
-rw-r--r-- | perl-install/fs.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/fs.pm b/perl-install/fs.pm index ef40fee4f..12e9ceae0 100644 --- a/perl-install/fs.pm +++ b/perl-install/fs.pm @@ -121,7 +121,7 @@ sub real_format_part { } elsif (isWin($part)) { format_dos($part->{device}, @options, '-F', 32); } elsif (isHFS($part)) { - format_hfs($part->{device}, @options, '-l', "\"Untitled\""); + format_hfs($part->{device}, @options, '-l', "Untitled"); } elsif (isSwap($part)) { my $check_blocks = grep { /^-c$/ } @options; swap::make($part->{device}, $check_blocks); |