From 008b2aacf36ffd288c648f100a1a6ddc0ebde983 Mon Sep 17 00:00:00 2001 From: Marek Marczykowski Date: Sat, 26 Jan 2013 22:44:25 +0100 Subject: [PATCH] conf: specify gpgkey for package verification --- conf/qubes-kickstart.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/qubes-kickstart.cfg b/conf/qubes-kickstart.cfg index 7bdbc4c..a3ef25d 100644 --- a/conf/qubes-kickstart.cfg +++ b/conf/qubes-kickstart.cfg @@ -4,8 +4,8 @@ # (@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=fedora --gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch --ignoregroups=true --mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=fedora-18&arch=$basearch +repo --name=fedora-updates --gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch --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/