distro/rhel90: drop dracut-norescue from package sets
It's no longer shipped in rhel-90, its functionality is now just a part of the dracut package. Signed-off-by: Ondřej Budai <ondrej@budai.cz>
This commit is contained in:
parent
c1acdcc82b
commit
9bbacb885c
1 changed files with 2 additions and 2 deletions
|
|
@ -112,7 +112,7 @@ func qcow2CommonPackageSet() rpmmd.PackageSet {
|
|||
Include: []string{
|
||||
"@core", "authselect-compat", "chrony", "cloud-init",
|
||||
"cloud-utils-growpart", "cockpit-system", "cockpit-ws",
|
||||
"dhcp-client", "dnf", "dnf-utils", "dosfstools", "dracut-norescue",
|
||||
"dhcp-client", "dnf", "dnf-utils", "dosfstools",
|
||||
"insights-client", "NetworkManager", "net-tools", "nfs-utils",
|
||||
"oddjob", "oddjob-mkhomedir", "psmisc", "python3-jsonschema",
|
||||
"qemu-guest-agent", "redhat-release", "redhat-release-eula",
|
||||
|
|
@ -189,7 +189,7 @@ func ec2CommonPackageSet() rpmmd.PackageSet {
|
|||
return rpmmd.PackageSet{
|
||||
Include: []string{
|
||||
"@core", "authselect-compat", "chrony", "cloud-init", "cloud-utils-growpart",
|
||||
"dhcp-client", "yum-utils", "dracut-config-generic", "dracut-norescue", "gdisk",
|
||||
"dhcp-client", "yum-utils", "dracut-config-generic", "gdisk",
|
||||
"grub2", "insights-client", "langpacks-en", "NetworkManager",
|
||||
"NetworkManager-cloud-setup", "redhat-release",
|
||||
"redhat-release-eula", "rsync", "tar", "qemu-guest-agent",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue