From 06ce4be3088f081c32a8896d41ce5ceadb5fd914 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Thu, 4 Apr 2019 06:38:54 +0100 Subject: [PATCH] Remove obsolete network service disable We don't ship traditional network scripts in any of the arm images anymore so this is a no-op. Signed-off-by: Peter Robinson --- fedora-arm-base.ks | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/fedora-arm-base.ks b/fedora-arm-base.ks index f65e6b9..48a45bf 100644 --- a/fedora-arm-base.ks +++ b/fedora-arm-base.ks @@ -44,8 +44,7 @@ initial-setup-gui # make sure all the locales are available for inital0-setup and anaconda to work glibc-all-langpacks -# this ks uses it in %post, and imgcreate also uses it in the installed -# system root, so it needs to be there +# imgcreate uses chkconfig in the installed system root, so it needs to be there chkconfig %end @@ -76,13 +75,8 @@ systemctl mask tmp.mount dnf -y remove dracut-config-generic -# Disable network service here, as doing it in the services line -# fails due to RHBZ #1369794 -/sbin/chkconfig network off - # Remove machine-id on pre generated images rm -f /etc/machine-id touch /etc/machine-id %end -