[PATCH 1/2 livemedia-creator] Override services kickstart setting from interactive-defaults.ks

Radek Vykydal rvykydal at redhat.com
Tue Jan 13 11:54:51 UTC 2015


---
 docs/rhel-atomic-pxe-live.ks | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/rhel-atomic-pxe-live.ks b/docs/rhel-atomic-pxe-live.ks
index b5d90f2..b8a3f3a 100644
--- a/docs/rhel-atomic-pxe-live.ks
+++ b/docs/rhel-atomic-pxe-live.ks
@@ -13,12 +13,12 @@ part /boot --size=500 --fstype="ext4"
 
 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.
 # The included kickstart file with the command is created during installation iso compose.
 %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,
 # and we don't want systemd to try to mount it when pxe booting
 %post
-- 
1.9.3



More information about the anaconda-patches mailing list