debian-forge-composer/internal/disk
Christian Kellner ca61baf03b disk: add partition type helpers
Add helper methods on `Partition` so that we can easily "detect" if
they are of the type BIOS-BOOT or PReP. Add the PReP GUID for GPT
as well.
2022-02-27 22:03:36 +01:00
..
btrfs.go disk: guard against nil pointer dereferencing 2022-02-22 19:23:41 +00:00
disk.go disk: add partition type helpers 2022-02-27 22:03:36 +01:00
disk_test.go disk: basic partition table creation tests 2022-02-22 19:23:41 +00:00
filesystem.go disk: guard against nil pointer dereferencing 2022-02-22 19:23:41 +00:00
luks.go disk: guard against nil pointer dereferencing 2022-02-22 19:23:41 +00:00
lvm.go disk/lvm: generate logical volume name 2022-02-27 22:03:36 +01:00
lvm_test.go disk/lvm: generate logical volume name 2022-02-27 22:03:36 +01:00
partition.go disk: add partition type helpers 2022-02-27 22:03:36 +01:00
partition_table.go disk: extract GPT header calculation code 2022-02-27 22:03:36 +01:00