debian-forge-composer/internal/distro
Christian Kellner b65ef74cb2 disk: honour maximum number of partitions
Return an error if the maximum numbers of partitions has been
reached and thus creating further partitions would result in
errors.
Currently we limit MBR partition types to 4 as we dont support
logical partitions and GPT layouts to 128. According to the
UEFI specificatio (2.8) a minimum of 16384 bytes are reserved
for the partition entries array. Each entry is 128 bytes wide
thus resulting in at least 128 entries; we choose this to be
the maximum as well for now.
2022-02-22 19:23:41 +00:00
..
distro_test_common Move kernelVerStr() from distros to rpmmd 2022-02-18 09:26:35 +01:00
fedora33 distro: define PartitionType method on ImageType 2022-02-22 19:23:41 +00:00
rhel8 distro: define PartitionType method on ImageType 2022-02-22 19:23:41 +00:00
rhel84 distro: define PartitionType method on ImageType 2022-02-22 19:23:41 +00:00
rhel85 disk: honour maximum number of partitions 2022-02-22 19:23:41 +00:00
rhel86 disk: honour maximum number of partitions 2022-02-22 19:23:41 +00:00
rhel90 disk: honour maximum number of partitions 2022-02-22 19:23:41 +00:00
rhel90beta disk: honour maximum number of partitions 2022-02-22 19:23:41 +00:00
test_distro distro: define PartitionType method on ImageType 2022-02-22 19:23:41 +00:00
distro.go distro: define PartitionType method on ImageType 2022-02-22 19:23:41 +00:00
distro_test.go Test all manifests with depsolved package sets 2021-11-19 19:50:25 +01:00
image_config.go distro: add sshd config to ImageConfig 2022-02-03 14:57:16 +01:00
image_config_test.go RHEL-90: move RHSM configuration to ImageConfig structure 2022-01-11 17:08:19 +01:00
osrelease_test.go distro: add DetectHost 2019-11-10 17:23:14 +01:00