1
1
mirror of https://pagure.io/fedora-kickstarts.git synced 2024-09-30 01:37:21 +00:00

Merge #313 The enp1s0 interface is a left over from the imagefactory install, clean this up in post install

This commit is contained in:
Peter Robinson 2017-11-10 15:02:18 +00:00
commit 7b26fe5163

View File

@ -81,6 +81,9 @@ rm -f /var/lib/rpm/__db*
# remove random seed, the newly installed instance should make it's own # remove random seed, the newly installed instance should make it's own
rm -f /var/lib/systemd/random-seed rm -f /var/lib/systemd/random-seed
# The enp1s0 interface is a left over from the imagefactory install, clean this up
rm -f /etc/sysconfig/network-scripts/ifcfg-enp1s0
dnf -y remove dracut-config-generic dnf -y remove dracut-config-generic
# Disable network service here, as doing it in the services line # Disable network service here, as doing it in the services line