From ab294eca81319f221e74fd750907c91b481aafcc Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 8 Feb 2005 12:35:32 +0000 Subject: detect iso9660 filesystem --- perl-install/fs/type.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/perl-install/fs/type.pm b/perl-install/fs/type.pm index 974eaf36a..70779f85d 100644 --- a/perl-install/fs/type.pm +++ b/perl-install/fs/type.pm @@ -263,6 +263,7 @@ my @partitions_signatures = ( [ 'FAT32', 0x1FE, "\x55\xAA", 0x52, "FAT32" ], if_(arch() !~ /^sparc/, [ 'FAT16', 0x1FE, "\x55\xAA", 0x36, "FAT" ], + [ 'iso9660', 0x8001, "CD001" ], ), ); -- cgit v1.2.1