summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErwan Velu <erwan@mandriva.org>2003-02-26 11:17:10 +0000
committerErwan Velu <erwan@mandriva.org>2003-02-26 11:17:10 +0000
commit7300b62c321683b38847e5a3f886baac3223f6b0 (patch)
treebedd88aca315e238ae397e78e85f558c0c078646
parent4405a8d65d909fbfe257fb99c0d13d2803fdd200 (diff)
downloaddrakx-7300b62c321683b38847e5a3f886baac3223f6b0.tar
drakx-7300b62c321683b38847e5a3f886baac3223f6b0.tar.gz
drakx-7300b62c321683b38847e5a3f886baac3223f6b0.tar.bz2
drakx-7300b62c321683b38847e5a3f886baac3223f6b0.tar.xz
drakx-7300b62c321683b38847e5a3f886baac3223f6b0.zip
merging fs.pm with ia64
-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 43cf25319..7c68da790 100644
--- a/perl-install/fs.pm
+++ b/perl-install/fs.pm
@@ -595,7 +595,7 @@ sub real_format_part {
format_jfs($dev, @options);
} elsif (isDos($part)) {
format_dos($dev, @options);
- } elsif (isWin($part)) {
+ } elsif (isWin($part) || isEfi($part)) {
format_dos($dev, @options, '-F', 32);
} elsif (isThisFs('hfs', $part)) {
format_hfs($dev, @options, '-l', "Untitled");