forked from srbala/fedora-kickstarts
explude the other productimg packages
This commit is contained in:
parent
b947d49831
commit
fbd0a17e7c
@ -57,6 +57,8 @@ dracut-*
|
|||||||
# Things needed for installation
|
# Things needed for installation
|
||||||
@anaconda-tools
|
@anaconda-tools
|
||||||
fedora-productimg-cloud
|
fedora-productimg-cloud
|
||||||
|
-fedora-productimg-server
|
||||||
|
-fedora-productimg-workstation
|
||||||
|
|
||||||
# Packages to enable server images to run in cloud environments
|
# Packages to enable server images to run in cloud environments
|
||||||
@cloud-server
|
@cloud-server
|
||||||
|
@ -28,6 +28,10 @@ repo --name=rawhide-source --mirrorlist=http://mirrors.fedoraproject.org/mirror
|
|||||||
# @base got renamed to @standard, but @base is still included by default by pungi.
|
# @base got renamed to @standard, but @base is still included by default by pungi.
|
||||||
%packages --default
|
%packages --default
|
||||||
|
|
||||||
|
-fedora-productimg-cloud
|
||||||
|
fedora-productimg-server
|
||||||
|
-fedora-productimg-workstation
|
||||||
|
|
||||||
# pungi is an inclusive depsolver so that multiple packages are brought
|
# 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
|
# in to satisify dependencies and we don't always want that. So we use
|
||||||
# an exclusion list to cut out things we don't want
|
# an exclusion list to cut out things we don't want
|
||||||
|
@ -44,6 +44,8 @@ kernel*
|
|||||||
|
|
||||||
# Things needed for installation
|
# Things needed for installation
|
||||||
@anaconda-tools
|
@anaconda-tools
|
||||||
|
-fedora-productimg-cloud
|
||||||
|
-fedora-productimg-server
|
||||||
fedora-productimg-workstation
|
fedora-productimg-workstation
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
Loading…
Reference in New Issue
Block a user