On Sat, Feb 12, 2005 at 03:12:26PM -0600, Justin Conover wrote: > I've installed and booted into the xen0 kernel and started to create > the domain, followed this guide: > > http://www.fedorazine.com/content/view/341/2/ > > I am at this point: > yum --installroot=/mnt -y groupinstall Base > > Only mine is the following with the gpgkey warning: > > > # time yum --installroot=/mnt/xen/fc3 -y groupinstall Base > > You have enabled checking of packages via GPG keys. This is a good thing. > However, you do not have any GPG public keys installed. You need to download > the keys for packages you wish to install and install them. > You can do that by running the command: > rpm --import public.gpg.key rpm --root /mnt --import to import them into the target db. Paul