diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/partition_table.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/partition_table.pm b/perl-install/partition_table.pm index 9e6118385..ef9e29038 100644 --- a/perl-install/partition_table.pm +++ b/perl-install/partition_table.pm @@ -204,6 +204,7 @@ arch() !~ /sparc/ ? ( 0x1e => 'vfat', 0x82 => 'swap', 0x83 => 'ext2', + 0xeb => 'befs', 0xef => 'vfat', 0x107 => 'ntfs', 0x183 => 'reiserfs', |