Open
Description
- We use
ef02
for the BIOS boot partition on MBR/DOS. This is incorrect. The BIOS boot partition on MBR is actually not required. We may keep it for consistency (probably not the right thing to do) and, if we do, we should change the type.- Type changed to
00
empty, but it's still partitioned space.
- Type changed to
- Change
ef00
for ESP on DOS toef
. - Produce errors when more than 4 partitions are created on MBR PTs.
- When a
fs_type
is missing, the error message is not helpful:invalid partitioning customizations: unknown or invalid filesystem type for mountpoint "/var"
We should somehow mention that the field is calledfs_type
. - Use partition type ID constants everywhere (Add support for selecting a partition table type #1085 (comment)).
Metadata
Assignees
Labels
No labels
Activity