diff options
author | Gwenolé Beauchesne <gbeauchesne@mandriva.org> | 2004-10-26 14:29:52 +0000 |
---|---|---|
committer | Gwenolé Beauchesne <gbeauchesne@mandriva.org> | 2004-10-26 14:29:52 +0000 |
commit | f43ea99bc1360522d207a804ec8305839640709c (patch) | |
tree | 414a3b185677b66c266da62485488522d4577835 /perl-install/fs | |
parent | 328b088ee5830f6edb4fe5b55fe2948e295af76b (diff) | |
download | drakx-backup-do-not-use-f43ea99bc1360522d207a804ec8305839640709c.tar drakx-backup-do-not-use-f43ea99bc1360522d207a804ec8305839640709c.tar.gz drakx-backup-do-not-use-f43ea99bc1360522d207a804ec8305839640709c.tar.bz2 drakx-backup-do-not-use-f43ea99bc1360522d207a804ec8305839640709c.tar.xz drakx-backup-do-not-use-f43ea99bc1360522d207a804ec8305839640709c.zip |
older partition types (ntfs) are also available to x86_64
Diffstat (limited to 'perl-install/fs')
-rw-r--r-- | perl-install/fs/type.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/fs/type.pm b/perl-install/fs/type.pm index 88d3a6fc3..2caf1d803 100644 --- a/perl-install/fs/type.pm +++ b/perl-install/fs/type.pm @@ -71,7 +71,7 @@ if_(arch() =~ /ppc/, 0x06 => 'ufs', 'SunOS stand', 0x07 => 'ufs', 'SunOS var', 0x08 => 'ufs', 'SunOS home', -), if_(arch() =~ /^i.86/, +), if_(arch() =~ /^i.86|x86_64/, 0x01 => 'vfat', 'FAT12', 0x02 => '', 'XENIX root', 0x03 => '', 'XENIX usr', |