Small fix for local cloud image creation instruction

ksflatten expects a "-c" option to point to the kickstart.
This commit is contained in:
Amit Saha 2015-04-27 14:10:55 +10:00
parent 1b5f493b33
commit 1dd0bbf214
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
#
# curl -O https://git.fedorahosted.org/cgit/fedora-atomic.git/plain/fedora-atomic-rawhide.tdl
# tempfile=$(mktemp --suffix=.ks)
# ksflatten -v F22 fedora-cloud-base.ks > ${tempfile}
# ksflatten -v F22 -c fedora-cloud-base.ks > ${tempfile}
# imagefactory --debug base_image --file-parameter install_script ${tempfile} fedora-atomic-rawhide.tdl
#