Revert "Include dhcp-client in BaseOS variant."
This reverts commit cfb36f1b81
.
NetworkManager uses it's own built in dhcp client now as does systemd,
basically dhcp-client is irrelevant for most use cases now
so it shouldn't be there by default.
Instead, we are removing the "dhcp-client" from the kickstart file
so it is not needed to build the images.
Signed-off-by: Jan Kaluza <jkaluza@redhat.com>
This commit is contained in:
parent
cfb36f1b81
commit
ab1689d88f
@ -28,7 +28,6 @@ additional_packages = [
|
|||||||
"elfutils-debuginfod",
|
"elfutils-debuginfod",
|
||||||
"elfutils-debuginfod-client",
|
"elfutils-debuginfod-client",
|
||||||
"python3-nftables",
|
"python3-nftables",
|
||||||
"dhcp-client", # Needed on guest-image.
|
|
||||||
]
|
]
|
||||||
}),
|
}),
|
||||||
("^AppStream$", {
|
("^AppStream$", {
|
||||||
|
Loading…
Reference in New Issue
Block a user