From 207d900831b78ecc72f07867b62a2f9df14163b9 Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Thu, 3 Jan 2019 15:52:05 +0100 Subject: [PATCH] Update the ks files with the new name Signed-off-by: Clement Verna --- fedora-docker-base-minimal.ks | 4 ++-- fedora-docker-base.ks | 4 ++-- fedora-docker-common.ks | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/fedora-docker-base-minimal.ks b/fedora-docker-base-minimal.ks index 6f3cfc7..9a92ce9 100644 --- a/fedora-docker-base-minimal.ks +++ b/fedora-docker-base-minimal.ks @@ -1,8 +1,8 @@ -# See docker-base-common.ks for details on how to hack on docker image kickstarts +# See fedora-container-common.ks for details on how to hack on container image kickstarts # This base is a stripped back Fedora image without python3/dnf. # If you need that use the standard base image. -%include fedora-docker-common.ks +%include fedora-container-common.ks %packages --excludedocs --instLangs=en --nocore --excludeWeakdeps microdnf diff --git a/fedora-docker-base.ks b/fedora-docker-base.ks index 94c6d0c..c7bf3c3 100644 --- a/fedora-docker-base.ks +++ b/fedora-docker-base.ks @@ -1,7 +1,7 @@ -# See docker-base-common.ks for details on how to hack on docker image kickstarts +# See fedora-container-common.ks for details on how to hack on container image kickstarts # This base is a standard Fedora image with python3 and dnf -%include fedora-docker-common.ks +%include fedora-container-common.ks %packages --excludedocs --instLangs=en --nocore rootfiles diff --git a/fedora-docker-common.ks b/fedora-docker-common.ks index 9bbbc0b..510921d 100644 --- a/fedora-docker-common.ks +++ b/fedora-docker-common.ks @@ -1,4 +1,4 @@ -# This is the common bits between Fedora Docker base image. +# This is the common bits between Fedora Container base image. # # To keep this image minimal it only installs English language. You need to change # dnf configuration in order to enable other languages. @@ -12,8 +12,8 @@ # # Then, once you have imagefactory and imagefactory-plugins installed, run: # -# ksflatten -c fedora-docker-base[-minimal].ks -o fedora-docker-base-test.ks -# imagefactory --debug target_image --template /path/to/fedora-atomic-rawhide.tdl --parameter offline_icicle true --file-parameter install_script $(pwd)/fedora-docker-base-test.ks docker +# ksflatten -c fedora-container-base[-minimal].ks -o fedora-container-base-test.ks +# imagefactory --debug target_image --template /path/to/fedora-atomic-rawhide.tdl --parameter offline_icicle true --file-parameter install_script $(pwd)/fedora-container-base-test.ks docker # text # don't use cmdline -- https://github.com/rhinstaller/anaconda/issues/931