debian-forge-composer/internal/disk
Christian Kellner e57cccc3fe disk: NewPartitionTable can wrap plain partitions in LVM
Add a new parameter `lvmify` to `NewPartitionTable` that, if set to
`true`, will cause the root partition to be wrapped in LVM in case
it is not in a LVM volume group. Set this to `false` for now so no
actual change should happen anywhere. Layouts where the root is
directly on a LUKS container are not yet supported.
Add tests for this.
2022-02-28 17:09:30 +01:00
..
btrfs.go disk: guard against nil pointer dereferencing 2022-02-22 19:23:41 +00:00
disk.go distro/rhel86: add support for azure marketplace 2022-02-27 22:03:36 +01:00
disk_test.go disk: NewPartitionTable can wrap plain partitions in LVM 2022-02-28 17:09:30 +01: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: NewPartitionTable can wrap plain partitions in LVM 2022-02-28 17:09:30 +01:00