mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Added type name for System V boot type.
This commit is contained in:
@@ -434,6 +434,7 @@ namespace DiscImageChef.PartPlugins
|
||||
case fsType.ISO9660:
|
||||
return "ISO9660";
|
||||
case fsType.Boot:
|
||||
case fsType.SysVBoot:
|
||||
return "Boot";
|
||||
case fsType.AFFS:
|
||||
return "Amiga FFS";
|
||||
|
||||
Reference in New Issue
Block a user