Add a new type of partition table "none".

This would be useful for block devices without partition table.
This commit is contained in:
Andrius Štikonas 2020-10-03 12:39:26 +01:00
parent 26b352180b
commit 81f8939cb1
1 changed files with 2 additions and 1 deletions

View File

@ -57,7 +57,8 @@ public:
pc98,
amiga,
sun,
vmd /* Volume Manager Device */
vmd, /* Volume Manager Device */
none, /* Single FileSystem devices */
};
/** Partition flags */