debian-forge-composer/internal/disk
Christian Kellner 1060885386 disk: extract GPT header calculation code
Extract the code that calculates the GPT header size into its own
method so that we can use it in other places 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: guard against nil pointer dereferencing 2022-02-22 19:23:41 +00: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: Partition.Payload is now an Entity 2022-02-22 19:23:41 +00:00
partition_table.go disk: extract GPT header calculation code 2022-02-27 22:03:36 +01:00