[Fedora-spins] [spin-kickstarts] name of net-renaming systemd file changed; changed to match

Matthew Miller mattdm at fedoraproject.org
Mon Jul 7 15:37:13 UTC 2014


commit e60fa6ff3107e80cb6e2fde7dc4c29fca1810704
Author: Matthew Miller <mattdm at mattdm.org>
Date:   Mon Jul 7 11:36:15 2014 -0400

    name of net-renaming systemd file changed; changed to match
    
    put network back to "unpredicatable" so that predictable eth0 is the default
    on all images regardless of virtualized hardware

 fedora-cloud-atomic.ks       |    2 +-
 fedora-cloud-base.ks         |    2 +-
 fedora-cloud-bigdata.ks      |    2 +-
 fedora-cloud-experimental.ks |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/fedora-cloud-atomic.ks b/fedora-cloud-atomic.ks
index f6a366e..e30f436 100644
--- a/fedora-cloud-atomic.ks
+++ b/fedora-cloud-atomic.ks
@@ -151,7 +151,7 @@ EOF
 # For cloud images, 'eth0' _is_ the predictable device name, since
 # we don't want to be tied to specific virtual (!) hardware
 rm -f /etc/udev/rules.d/70*
-ln -s /dev/null /etc/udev/rules.d/80-net-name-slot.rules
+ln -s /dev/null /etc/udev/rules.d/80-net-setup-link.rules
 
 # simple eth0 config, again not hard-coded to the build hardware
 cat > /etc/sysconfig/network-scripts/ifcfg-eth0 << EOF
diff --git a/fedora-cloud-base.ks b/fedora-cloud-base.ks
index 1868121..22ea0d7 100644
--- a/fedora-cloud-base.ks
+++ b/fedora-cloud-base.ks
@@ -158,7 +158,7 @@ EOF
 # For cloud images, 'eth0' _is_ the predictable device name, since
 # we don't want to be tied to specific virtual (!) hardware
 rm -f /etc/udev/rules.d/70*
-ln -s /dev/null /etc/udev/rules.d/80-net-name-slot.rules
+ln -s /dev/null /etc/udev/rules.d/80-net-setup-link.rules
 
 # simple eth0 config, again not hard-coded to the build hardware
 cat > /etc/sysconfig/network-scripts/ifcfg-eth0 << EOF
diff --git a/fedora-cloud-bigdata.ks b/fedora-cloud-bigdata.ks
index a9dad98..89decdd 100644
--- a/fedora-cloud-bigdata.ks
+++ b/fedora-cloud-bigdata.ks
@@ -158,7 +158,7 @@ EOF
 # For cloud images, 'eth0' _is_ the predictable device name, since
 # we don't want to be tied to specific virtual (!) hardware
 rm -f /etc/udev/rules.d/70*
-ln -s /dev/null /etc/udev/rules.d/80-net-name-slot.rules
+ln -s /dev/null /etc/udev/rules.d/80-net-setup-link.rules
 
 # simple eth0 config, again not hard-coded to the build hardware
 cat > /etc/sysconfig/network-scripts/ifcfg-eth0 << EOF
diff --git a/fedora-cloud-experimental.ks b/fedora-cloud-experimental.ks
index e51e96f..0cddd1b 100644
--- a/fedora-cloud-experimental.ks
+++ b/fedora-cloud-experimental.ks
@@ -142,7 +142,7 @@ EOF
 # For cloud images, 'eth0' _is_ the predictable device name, since
 # we don't want to be tied to specific virtual (!) hardware
 rm -f /etc/udev/rules.d/70*
-ln -s /dev/null /etc/udev/rules.d/80-net-name-slot.rules
+ln -s /dev/null /etc/udev/rules.d/80-net-setup-link.rules
 
 # simple eth0 config, again not hard-coded to the build hardware
 cat > /etc/sysconfig/network-scripts/ifcfg-eth0 << EOF


More information about the spins mailing list