From 6162c68fda694d558ad9995fc1cd62170a48a59a Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 15 Sep 2003 14:20:25 +0000 Subject: associate partition table 0xeb (BeOS) with filesystem befs (part of bug #5523) --- perl-install/partition_table.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/partition_table.pm') 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', -- cgit v1.2.1