diff options
-rw-r--r-- | perl-install/fs/type.pm | 1 |
1 files changed, 1 insertions, 0 deletions
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" ], ), ); |