diff options
author | Erwan Velu <erwan@mandriva.org> | 2003-02-26 11:17:10 +0000 |
---|---|---|
committer | Erwan Velu <erwan@mandriva.org> | 2003-02-26 11:17:10 +0000 |
commit | 7300b62c321683b38847e5a3f886baac3223f6b0 (patch) | |
tree | bedd88aca315e238ae397e78e85f558c0c078646 | |
parent | 4405a8d65d909fbfe257fb99c0d13d2803fdd200 (diff) | |
download | drakx-backup-do-not-use-7300b62c321683b38847e5a3f886baac3223f6b0.tar drakx-backup-do-not-use-7300b62c321683b38847e5a3f886baac3223f6b0.tar.gz drakx-backup-do-not-use-7300b62c321683b38847e5a3f886baac3223f6b0.tar.bz2 drakx-backup-do-not-use-7300b62c321683b38847e5a3f886baac3223f6b0.tar.xz drakx-backup-do-not-use-7300b62c321683b38847e5a3f886baac3223f6b0.zip |
merging fs.pm with ia64
-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 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"); |