#313 The enp1s0 interface is a left over from the imagefactory install, clean this up in post install
Merged 6 years ago by pbrobinson. Opened 6 years ago by pbrobinson.
pbrobinson/fedora-kickstarts f27-arm-fixes  into  f27

file modified
+3
@@ -81,6 +81,9 @@ 

  # remove random seed, the newly installed instance should make it's own

  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

  

  # Disable network service here, as doing it in the services line

This fixes the following bug by cleaning up old libvirt based network interfaces that was left over from the install which is creating confusion for some people.

https://bugzilla.redhat.com/show_bug.cgi?id=1507676

@pbrobinson It seems its gonna effect release blocking artifacts as well. So, I am kinda iffy to merge this one unless its a blocker solution.

No, it most definitely is not, check the pungi config and you'll see fedora-disk-* is only currently used by aarch64 images and also the details below :)

https://bugzilla.redhat.com/show_bug.cgi?id=1507676#c4

Pull-Request has been merged by pbrobinson

6 years ago