Hi, On Mon, Aug 06, Daniel Spannbauer wrote:
Ok,
in the linuxrc-source I found the command which checks the content:
gpg --homedir /root/.gnupg --batch --no-default-keyring --keyring /installkey.gpg --ignore-valid-from --ignore-time-conflict --verify %s
/dev/null%s
I tried this on the commandline after the "signature check failed"-message and get:
"gpg: Can't check signature: No public key"
Which publickey is missed? I think I imported it now the right way to installkey.gpg.....
I had wanted to look into this more last week but other tasks kept me busy. Just in case you did not notice, above command is meant to be run in the chroot-env of the installation. If you want to run it locally from your working area, you need to point to installkey.gpg correctly: gpg --homedir /root/.gnupg --batch --no-default-keyring --keyring ./installkey.gpg --ignore-valid-from --ignore-time-conflict --verify %s
/dev/null%s
Mind the dot ... Regards, Daniel -- Daniel Rahn (ダニエル・ラーン), Senior Tech. Account Manager Product Management, SUSE LINUX Products GmbH Maxfeldstrasse 5, 90409 Nuernberg, Germany P: +49 (0) 911 74053 351 - F: +49 (0) 911 74053 679 M: +49 (0) 179 2320786 - HRB 16746 (AG Nuernberg) GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-autoinstall+owner@opensuse.org