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 <pbrobinson@fedoraproject.org>
This commit is contained in:
Peter Robinson 2019-04-04 06:38:54 +01:00
parent 9b0b39f7d6
commit 06ce4be308
1 changed files with 1 additions and 7 deletions

View File

@ -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