summaryrefslogtreecommitdiffstats
path: root/fedora-install-fedora.ks
diff options
context:
space:
mode:
authorBruno Wolff III <bruno@wolff.to>2013-07-05 22:31:41 -0500
committerBruno Wolff III <bruno@wolff.to>2013-07-05 22:31:41 -0500
commit9556cf3bc0d6a553a75fde861fe39c7f6682f508 (patch)
treefe0a1fde8afd9475fd7b59be1b79e3f3ead7357e /fedora-install-fedora.ks
parentbf294a002ca56fad45f0ddf8db3cbbd7757588aa (diff)
downloadspin-kickstarts-9556cf3bc0d6a553a75fde861fe39c7f6682f508.tar.gz
spin-kickstarts-9556cf3bc0d6a553a75fde861fe39c7f6682f508.tar.xz
spin-kickstarts-9556cf3bc0d6a553a75fde861fe39c7f6682f508.zip
Prevent warning about @base being not found
@base was renamed to @standard, but @base is still include by default by pungi. Using --nobase prevents a warning message from being issued.
Diffstat (limited to 'fedora-install-fedora.ks')
-rw-r--r--fedora-install-fedora.ks3
1 files changed, 2 insertions, 1 deletions
diff --git a/fedora-install-fedora.ks b/fedora-install-fedora.ks
index f630b1e..35996eb 100644
--- a/fedora-install-fedora.ks
+++ b/fedora-install-fedora.ks
@@ -25,7 +25,8 @@ 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)
-%packages --default
+# @base got renamed to @standard, but @base is still included by default by pungi.
+%packages --default --nobase
# 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