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