summaryrefslogtreecommitdiffstats
path: root/perl-install/fs.pm
diff options
context:
space:
mode:
authorAdam Lebsack <adam@mandriva.com>2000-05-27 23:40:06 +0000
committerAdam Lebsack <adam@mandriva.com>2000-05-27 23:40:06 +0000
commit9bf03d1088adcd4187b418af6dad4429a91f7e2f (patch)
treebbe54dbc52f3f79fb87dbd5039802d995035ea3f /perl-install/fs.pm
parent23912a3c7bfcd56adf598eaee1c29315ccae4780 (diff)
downloaddrakx-backup-do-not-use-9bf03d1088adcd4187b418af6dad4429a91f7e2f.tar
drakx-backup-do-not-use-9bf03d1088adcd4187b418af6dad4429a91f7e2f.tar.gz
drakx-backup-do-not-use-9bf03d1088adcd4187b418af6dad4429a91f7e2f.tar.bz2
drakx-backup-do-not-use-9bf03d1088adcd4187b418af6dad4429a91f7e2f.tar.xz
drakx-backup-do-not-use-9bf03d1088adcd4187b418af6dad4429a91f7e2f.zip
see Changelog
Diffstat (limited to 'perl-install/fs.pm')
-rw-r--r--perl-install/fs.pm2
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);