Replace the old CreateParittionTable() function with the new one called NewPartitionTable() which works with the new interface types and supports container-type setups (LUKS, LVM ,and Btrfs). Changed usage in distro packages to take and carry around a pointer to the new PartitionTable rather than a concrete type. The NewPartitionTable() function returns a deep clone of the base PartitionTable so the new pointer type can be moved and (if necessary) modified freely without affecting the distro base PT. Co-Authored-By: Achilleas Koutsou <achilleas@koutsou.net> |
||
|---|---|---|
| .. | ||
| distro.go | ||
| distro_test.go | ||
| package_sets.go | ||
| partition_tables.go | ||
| pipelines.go | ||
| stage_options.go | ||