mirror of
https://pagure.io/fedora-kickstarts.git
synced 2025-01-03 11:35:20 +00:00
cloud-atomic: use dhcp=internal for NetworkManager
This uses systemd's DHCP library, and drops dhclient out of the picture, which saves RAM.
This commit is contained in:
parent
9245751e67
commit
cde583e3a2
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user