On Tue, Jan 13, 2015, at 06:54 AM, Radek Vykydal wrote:
-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
Last time I tried this the semantics of %include in kickstart with "services --{enabled,disabled}", it didn't quite work as you'd expect; the --enabled always won, last I tried See:
https://git.fedorahosted.org/cgit/fedora-atomic.git/commit/?id=de8e30948143f...