From 7ba27d5891d510b07ab6f3f2ff2391e8e0b3ec6c Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Jan 24 2017 23:07:07 +0000 Subject: docker-min,docker-base: remove reference to yum in kickstart --- 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),