From 6f3661e3a5f2625b73ee8e998087285d7c6e7e63 Mon Sep 17 00:00:00 2001 From: Jason Brooks Date: Fri, 14 Oct 2016 16:27:02 -0700 Subject: [PATCH] revert network service change --- fedora-atomic.ks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedora-atomic.ks b/fedora-atomic.ks index 6c661ab..f7e69a5 100644 --- a/fedora-atomic.ks +++ b/fedora-atomic.ks @@ -129,7 +129,7 @@ echo "Adding Developer Mode GRUB2 menu item." # enable network service here, as doing it in the services line # fails due to RHBZ #1369794 -/sbin/chkconfig network on +/sbin/chkconfig network off %end