diff options
author | Gwenolé Beauchesne <gbeauchesne@mandriva.org> | 2004-10-26 14:30:06 +0000 |
---|---|---|
committer | Gwenolé Beauchesne <gbeauchesne@mandriva.org> | 2004-10-26 14:30:06 +0000 |
commit | e078ef76e302ecefc3d337d6a10d9001dac5bf89 (patch) | |
tree | f7dd800bb6fc28c1db9c43eacc79cc24966b09c1 | |
parent | ada32f057d55ffc9cc2159c517d92f9034e7b2b5 (diff) | |
download | drakx-e078ef76e302ecefc3d337d6a10d9001dac5bf89.tar drakx-e078ef76e302ecefc3d337d6a10d9001dac5bf89.tar.gz drakx-e078ef76e302ecefc3d337d6a10d9001dac5bf89.tar.bz2 drakx-e078ef76e302ecefc3d337d6a10d9001dac5bf89.tar.xz drakx-e078ef76e302ecefc3d337d6a10d9001dac5bf89.zip |
older partition types (ntfs) are also available to x86_64
-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', |