diff --git a/fedora-docker-base-minimal.ks b/fedora-docker-base-minimal.ks index c597a60..cf40cff 100644 --- a/fedora-docker-base-minimal.ks +++ b/fedora-docker-base-minimal.ks @@ -1,7 +1,7 @@ # This is a minimal Fedora install designed to serve as a Docker base image. # # To keep this image minimal it only installs English language. You need to change -# yum configuration in order to enable other languages. +# dnf configuration in order to enable other languages. # ### Hacking on this image ### # This kickstart is processed using Anaconda-in-ImageFactory (via Koji typically), diff --git a/fedora-docker-base.ks b/fedora-docker-base.ks index 8c0a117..9e04d5c 100644 --- a/fedora-docker-base.ks +++ b/fedora-docker-base.ks @@ -1,7 +1,7 @@ # This is a minimal Fedora install designed to serve as a Docker base image. # # To keep this image minimal it only installs English language. You need to change -# yum configuration in order to enable other languages. +# dnf configuration in order to enable other languages. # ### Hacking on this image ### # This kickstart is processed using Anaconda-in-ImageFactory (via Koji typically),