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:
Jan Kaluza 2020-11-19 13:26:03 +01:00
parent cfb36f1b81
commit ab1689d88f

View File

@ -28,7 +28,6 @@ additional_packages = [
"elfutils-debuginfod",
"elfutils-debuginfod-client",
"python3-nftables",
"dhcp-client", # Needed on guest-image.
]
}),
("^AppStream$", {