forked from srbala/fedora-kickstarts
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:
parent
9b0b39f7d6
commit
06ce4be308
@ -44,8 +44,7 @@ initial-setup-gui
|
|||||||
# make sure all the locales are available for inital0-setup and anaconda to work
|
# make sure all the locales are available for inital0-setup and anaconda to work
|
||||||
glibc-all-langpacks
|
glibc-all-langpacks
|
||||||
|
|
||||||
# this ks uses it in %post, and imgcreate also uses it in the installed
|
# imgcreate uses chkconfig in the installed system root, so it needs to be there
|
||||||
# system root, so it needs to be there
|
|
||||||
chkconfig
|
chkconfig
|
||||||
|
|
||||||
%end
|
%end
|
||||||
@ -76,13 +75,8 @@ systemctl mask tmp.mount
|
|||||||
|
|
||||||
dnf -y remove dracut-config-generic
|
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
|
# Remove machine-id on pre generated images
|
||||||
rm -f /etc/machine-id
|
rm -f /etc/machine-id
|
||||||
touch /etc/machine-id
|
touch /etc/machine-id
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user