From ca7b31c7b14ceffaad8589aae1006237d76b5f2e Mon Sep 17 00:00:00 2001 From: "Zeeshan Ali (Khattak)" Date: Mon, 26 Jan 2015 16:07:24 +0000 Subject: [PATCH] fedora,script: Don't specify interface Its not guaranteed that we'll have 'eth0' available or that it will be named 'eth0' by kernel. Since kickstart allows us not to specify the name of the interface, lets omit that and let kickstart choose the best device for us. --- data/install-scripts/fedora.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/install-scripts/fedora.xml b/data/install-scripts/fedora.xml index 76f28da..c4264e5 100644 --- a/data/install-scripts/fedora.xml +++ b/data/install-scripts/fedora.xml @@ -104,7 +104,7 @@ langsupport --default skipx -network --device eth0 --bootproto dhcp +network --bootproto dhcp rootpw firewall --disabled authconfig --enableshadow --enablemd5 @@ -254,7 +254,7 @@ install cdrom keyboard '' lang -network --onboot yes --device eth0 --bootproto dhcp --noipv6 --hostname= +network --onboot yes --bootproto dhcp --noipv6 --hostname= rootpw dummyPa55w0rd # Actual password set (or unset) in %post below firewall --disabled authconfig --enableshadow --enablemd5 -- 2.1.0