distro/rhel85: add dhcp-client to vhd packages
Is no longer installed by default but is required to boot in Azure
This commit is contained in:
parent
1ed9008785
commit
2ef462bdaa
1 changed files with 3 additions and 0 deletions
|
|
@ -161,6 +161,9 @@ func vhdCommonPackageSet() rpmmd.PackageSet {
|
|||
// From the lorax kickstart
|
||||
"selinux-policy-targeted", "chrony", "WALinuxAgent", "python3",
|
||||
"net-tools", "cloud-init", "cloud-utils-growpart", "gdisk",
|
||||
|
||||
// removed from defaults but required to boot in azure
|
||||
"dhcp-client",
|
||||
},
|
||||
Exclude: []string{
|
||||
"dracut-config-rescue", "rng-tools",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue