Override services kickstart setting from interactive-defaults.ks

This commit is contained in:
Radek Vykydal 2015-01-09 15:03:21 +01:00
parent d4ead31bbb
commit c46f3367ca

View File

@ -13,12 +13,12 @@ part /boot --size=500 --fstype="ext4"
shutdown shutdown
services --disabled=cloud-init,cloud-init-local,cloud-final,cloud-config,docker-storage-setup
# Using ostree repo included in installation iso. Respective ostreesetup command is included here. # Using ostree repo included in installation iso. Respective ostreesetup command is included here.
# The included kickstart file with the command is created during installation iso compose. # The included kickstart file with the command is created during installation iso compose.
%include /usr/share/anaconda/interactive-defaults.ks %include /usr/share/anaconda/interactive-defaults.ks
services --disabled=cloud-init,cloud-init-local,cloud-final,cloud-config,docker-storage-setup
# We copy content of separate /boot partition to root part when building live squashfs image, # We copy content of separate /boot partition to root part when building live squashfs image,
# and we don't want systemd to try to mount it when pxe booting # and we don't want systemd to try to mount it when pxe booting
%post %post