On Sat, 23 Apr 2016, Haines Brown wrote:

> This has come up before, but I still don't know the basic
> procedure. I've installed debootstrap on a new disk and run:
> 
>   # debootstrap --arch amd64 jessie /mnt/debinst   \
>       https://packages.devuan.org/devuan
> 
>   I: Retrieving Release
>   I: Retrieving Release.gpg
>   I: Checking Release signature
>   E: Release signed by unknown key (key id 94532124541922FB)
> 
> No change when I downloaded and ran
> 
>   # dpkg -i devuan-keyring_2015.05.05_all.deb
> 
>   Do I have the right keyring? Was the alpha4 release date
>   c. 2015.05.05?  
> 
> In simple step by step terms, what do I do? 
> _______________________________________________
> Dng mailing list
> Dng@lists.dyne.org
> https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng

Maybe try signing the key locally:

        # gpg --lsign-key 94532124541922FB

and/or add it to apt by doing:

        # gpg --export -a 94532124541922FB | apt-key add -

-- 
~ parazyd
6CB4 6C63 641D B1F1 F811  5B3A BB5E 2E35 B92E 373E

Attachment: pgpxctDTl1Eof.pgp
Description: PGP signature

_______________________________________________
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng

Reply via email to