From e078ef76e302ecefc3d337d6a10d9001dac5bf89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gwenol=C3=A9=20Beauchesne?= Date: Tue, 26 Oct 2004 14:30:06 +0000 Subject: older partition types (ntfs) are also available to x86_64 --- perl-install/fs/type.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') 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', -- cgit v1.2.1