diff --git a/fedora-install-cloud.ks b/fedora-install-cloud.ks index ee751f3..3ffefc2 100644 --- a/fedora-install-cloud.ks +++ b/fedora-install-cloud.ks @@ -26,7 +26,7 @@ repo --name=rawhide-source --mirrorlist=http://mirrors.fedoraproject.org/mirror # Package manifest for the compose. Uses repo group metadata to translate groups. # (default groups for the configured repos are added by --default) # @base got renamed to @standard, but @base is still included by default by pungi. -%packages --default --nobase +%packages --default # pungi is an inclusive depsolver so that multiple packages are brought # in to satisify dependencies and we don't always want that. So we use diff --git a/fedora-install-server.ks b/fedora-install-server.ks index fef1c0d..34a9c6b 100644 --- a/fedora-install-server.ks +++ b/fedora-install-server.ks @@ -26,7 +26,7 @@ repo --name=rawhide-source --mirrorlist=http://mirrors.fedoraproject.org/mirror # Package manifest for the compose. Uses repo group metadata to translate groups. # (default groups for the configured repos are added by --default) # @base got renamed to @standard, but @base is still included by default by pungi. -%packages --default --nobase +%packages --default # pungi is an inclusive depsolver so that multiple packages are brought # in to satisify dependencies and we don't always want that. So we use diff --git a/fedora-install-workstation.ks b/fedora-install-workstation.ks index c45a578..704654a 100644 --- a/fedora-install-workstation.ks +++ b/fedora-install-workstation.ks @@ -26,7 +26,7 @@ repo --name=rawhide-source --mirrorlist=http://mirrors.fedoraproject.org/mirror # Package manifest for the compose. Uses repo group metadata to translate groups. # (default groups for the configured repos are added by --default) # @base got renamed to @standard, but @base is still included by default by pungi. -%packages --default --nobase +%packages --default # pungi is an inclusive depsolver so that multiple packages are brought # in to satisify dependencies and we don't always want that. So we use