Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion configs/rhel-program--image-azure-cvm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ data:
- python3-libselinux
# redhat-cloud-client-configuration
- redhat-release
- rhc
# rhc
- rootfiles
- rpm
- rpm-plugin-audit
Expand Down
16 changes: 8 additions & 8 deletions configs/rhel-program--image-azure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ data:
- kernel-modules
- kernel-tools
- kexec-tools
- kpatch
- kpatch-dnf
# kpatch
# kpatch-dnf
- langpacks-en
- ledmon
- less
Expand Down Expand Up @@ -121,8 +121,8 @@ data:
- quota
- realmd
- redhat-release
- redhat-release-eula
- rhc
# redhat-release-eula
# rhc
- rng-tools
- rootfiles
- rpm
Expand Down Expand Up @@ -243,8 +243,8 @@ data:
- kernel-modules
- kernel-tools
- kexec-tools
- kpatch
- kpatch-dnf
# kpatch
# kpatch-dnf
- langpacks-en
- ledmon
- less
Expand Down Expand Up @@ -287,8 +287,8 @@ data:
- quota
- realmd
- redhat-release
- redhat-release-eula
- rhc
# redhat-release-eula
# rhc
- rng-tools
- rootfiles
- rpm
Expand Down
4 changes: 2 additions & 2 deletions configs/rhel-program--image-ec2-ha.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ data:
- procps-ng
- python3-libselinux
- redhat-release
- redhat-release-eula
- rhc
# redhat-release-eula
# rhc
- rootfiles
- rpm
- rpm-plugin-audit
Expand Down
8 changes: 4 additions & 4 deletions configs/rhel-program--image-ec2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ data:
- procps-ng
- python3-libselinux
- redhat-release
- redhat-release-eula
- rhc
# redhat-release-eula
# rhc
- rootfiles
- rpm
- rpm-plugin-audit
Expand Down Expand Up @@ -158,8 +158,8 @@ data:
- procps-ng
- python3-libselinux
- redhat-release
- redhat-release-eula
- rhc
# redhat-release-eula
# rhc
- rootfiles
- rpm
- rpm-plugin-audit
Expand Down
1 change: 0 additions & 1 deletion configs/rhel-program--image-qcow2-c10s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ data:
- dnf-utils
- dracut-config-generic
- e2fsprogs
- efibootmgr
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

efibootmgr should be included but only for UEFI arches (x86_64 and aarch64).

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is included on x86_64 and aarch64. But when I moved it down there, I forgot to remove it from the overall group.

- filesystem
- glibc
- grubby
Expand Down
5 changes: 2 additions & 3 deletions configs/rhel-program--image-qcow2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ data:
- dnf-utils
- dracut-config-generic
- e2fsprogs
- efibootmgr
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ditto here.

- filesystem
- glibc
- grubby
Expand Down Expand Up @@ -68,8 +67,8 @@ data:
- python3-libselinux
- qemu-guest-agent
- redhat-release
- redhat-release-eula
- rhc
# redhat-release-eula
# rhc
- rootfiles
- rpm
- rpm-plugin-audit
Expand Down