156ae001fb
Save some space on installation DVD.
28 lines
1.1 KiB
INI
28 lines
1.1 KiB
INI
# Kickstart file for composing the "Qubes" spin of Fedora
|
|
|
|
# Package manifest for the compose. Uses repo group metadata to translate groups.
|
|
# (@base is added by default unless you add --nobase to %packages)
|
|
# (default groups for the configured repos are added by --default)
|
|
|
|
repo --name=fedora --gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-20-primary --ignoregroups=true --mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=fedora-20&arch=$basearch
|
|
repo --name=fedora-updates --gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-20-primary --ignoregroups=true --mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=updates-released-f20&arch=$basearch
|
|
repo --name=installer --baseurl=file:///tmp/qubes-installer/yum/installer/
|
|
repo --name=qubes-dom0 --baseurl=file:///tmp/qubes-installer/yum/qubes-dom0/
|
|
repo --name=dom0-updates --baseurl=file:///tmp/qubes-installer/yum/dom0-updates/
|
|
%packages
|
|
@core
|
|
@base
|
|
@base-x --nodefaults
|
|
@kde-desktop-qubes
|
|
@xfce-desktop-qubes
|
|
@xfce-extra-plugins
|
|
@xfce-media
|
|
@sound-basic
|
|
@fonts
|
|
@hardware-support
|
|
@qubes
|
|
@anaconda-tools
|
|
@debian-8
|
|
@whonix
|
|
%end
|