From cde583e3a2e2f79e0e4719a05a773b5a74a6bf92 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mar 20 2015 18:08:15 +0000 Subject: cloud-atomic: use dhcp=internal for NetworkManager This uses systemd's DHCP library, and drops dhclient out of the picture, which saves RAM. --- diff --git a/fedora-cloud-atomic.ks b/fedora-cloud-atomic.ks index 984801d..b039c6c 100644 --- a/fedora-cloud-atomic.ks +++ b/fedora-cloud-atomic.ks @@ -48,6 +48,10 @@ passwd -l root # remove the user anaconda forces us to make userdel -r none +# We can lead the way with the internal DHCP, see +# https://lists.fedoraproject.org/pipermail/cloud/2015-March/005119.html +echo "dhcp=internal" >> /etc/NetworkManager/NetworkManager.conf + echo -n "Getty fixes" # although we want console output going to the serial console, we don't # actually have the opportunity to login there. FIX.