debian-forge-composer/internal/distro
Jacob Kozol 0dd17ae3f7 distro: add rhel 84 support
cockpit-composer can now build rhel 8.4 images. Our distro name for
rhel 8.4 is rhel-84 unlike prior rhel releases which fall
under the umbrella name rhel-8. rhel 8.4 still uses the same
repos as the rest of the rhel 8 releases but points to a different
nightly repo for testing purposes. Test cases are added. The changes
between rhel 8.3 and 8.4 are as follows:

There is now a hybrid boot partition scheme for x86_64. x86_64 images
now use uefi boot and have 3 gpt partitions: a small unformated
partition for mbr compatibility, an efi boot partition of type vfat, and
a root partition of type xfs. The packages grub2-efi-x64 and shim-x64
are added as bootloader packages for all x86_64 images.

For qcow2 images ro is added as a kernel option and the following
packages are added (+) or removed (-):
+ dosfstools
+ efi-filesystem
+ efivar
+ efivar-libs
+ grub2-efi-x64
+ shim-x64
- rhn-client-tools
- rhnlib
- rhnsd
- rhn-setup
2020-11-19 10:36:49 +01:00
..
distro_test_common distro: print more information in case the test fails 2020-07-22 10:47:46 +01:00
fedora32 test: restructure dir layout 2020-10-21 09:04:13 +02:00
fedora33 test: restructure dir layout 2020-10-21 09:04:13 +02:00
fedoratest distro: replace BasePackages() with Packages() 2020-06-29 16:04:38 +02:00
rhel8 distro: add rhel 84 support 2020-11-19 10:36:49 +01:00
rhel84 distro: add rhel 84 support 2020-11-19 10:36:49 +01:00
test_distro distro: replace BasePackages() with Packages() 2020-06-29 16:04:38 +02:00
distro.go distro: add rhel 84 support 2020-11-19 10:36:49 +01:00
distro_test.go distro: add rhel 84 support 2020-11-19 10:36:49 +01:00
osrelease_test.go distro: add DetectHost 2019-11-10 17:23:14 +01:00