3f12480aea
There are still some broken packages in base fc18, most of them have opened bugzilla tickets, so do not block updates when they will be released. Also switch to metalink style mirrorlist URLs.
22 lines
922 B
INI
22 lines
922 B
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 --ignoregroups=true --mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=fedora-18&arch=$basearch
|
|
repo --name=fedora-updates --ignoregroups=true --mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=updates-released-f18&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
|
|
@base-x --nodefaults
|
|
@kde-desktop-qubes
|
|
@xfce-desktop-qubes
|
|
@xfce-extra-plugins
|
|
@fonts
|
|
@hardware-support
|
|
@qubes
|
|
@anaconda-tools
|
|
%end
|