From fa047a194906edf615915009d05bb0c21f9c227c Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Wed, 19 Apr 2017 15:55:51 -0400 Subject: [PATCH] atomic: update link and revert some of the cherry-pick Update the trac link to point to the pagure issue. Also we don't actually want to enable legacy network service. This was also reverted for f25 in 6f3661e. (cherry picked from commit c49c95145d230d63a9ba1bd638f5cdb0d8fc2e5b) --- fedora-atomic.ks | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fedora-atomic.ks b/fedora-atomic.ks index db6c0e2..1f4e213 100644 --- a/fedora-atomic.ks +++ b/fedora-atomic.ks @@ -127,15 +127,15 @@ dd bs=1M if=/dev/zero of=/var/tmp/zeros || : rm -f /var/tmp/zeros echo "(Don't worry -- that out-of-space error was expected.)" -# For trac ticket https://fedorahosted.org/cloud/ticket/128 +# For trac ticket https://pagure.io/atomic-wg/issue/128 rm -f /etc/sysconfig/network-scripts/ifcfg-ens3 echo "Adding Developer Mode GRUB2 menu item." /usr/libexec/atomic-devmode/bootentry add -# enable network service here, as doing it in the services line +# Disable network service here, as doing it in the services line # fails due to RHBZ #1369794 -/sbin/chkconfig network on +/sbin/chkconfig network off # Anaconda is writing an /etc/resolv.conf from the install environment. # The system should start out with an empty file, otherwise cloud-init