Re: Public repository key

Top Page

Reply to this message
Author: Florian Bittner
Date:  
To: dmo-discussion
Subject: Re: Public repository key

Zitat von Christian Marillat <marillat@???>:

> Dan Serban <dserban@???> writes:
>
>> I am trying to setup a preseed file for a mass workstation install, the
>> preseed file requires a link to the public key for the deb-multimedia
>> repository. Is this file avaliable anywhere?
>
> This sort of file isn't necessary for a normal installation. You must
> create one.
>
> Otherwise the deb-multimedia-keyring package isn't enough ?
>
> Christian


Hi,

i needed this too for creating a pxe boot system with live-build.

One way to do get the key:

apt-get install deb-multimedia-keyring
cd /usr/share/keyrings/
gpg --import deb-multimedia-keyring.gpg
gpg --list-keys
gpg -a --export 1F41B907

Have fun!