From 5d35678eb98f0fea67db3f419a45e262fe082ec1 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 9 May 2014 23:54:15 -0500 Subject: [PATCH] remove --nobase from installer kickstarts --- fedora-install-cloud.ks | 2 +- fedora-install-server.ks | 2 +- fedora-install-workstation.ks | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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