Mailinglist Archive: opensuse-factory (422 mails)

< Previous Next >
Re: [opensuse-factory] how to sign a dud?
  • From: Nicolaus Millin <info@xxxxxxxxx>
  • Date: Mon, 12 Jan 2009 11:40:40 +0100
  • Message-id: <496B1E28.2030409@xxxxxxxxx>
Steffen Winterfeldt schrieb:
On Fri, 9 Jan 2009, Nicolaus Millin wrote:

Steffen Winterfeldt schrieb:

<snip>


Maybe I'm missing a self signature here as well? This key was created
from yast-product-creator.

The key must be in '/installkey.gpg' in the initrd. Please check that it's
there.

Thanks for the hint. It took me a while to figure it out ;-). At last I
found what I needed in the source of installation-images-11.53/Makefile.

In the makeSUSEdvd subroutine PUT_KEY_IN_INITRD one should add the lines

----->
gpg --trust-model always \
--keyring ./installkey.gpg \
--no-default-keyring \
--import ./pubring.gpg &>/dev/null
<-----

and

----->
echo "installkey.gpg" | cpio -o -c -A -F "${INITRD}.uncomp" &&
<-----

Maybe this isn't the way how this should be done, but it works for me
:-). I can create a remastered DVD now. As I said before the
documentation (I know of) does not have the above, so maybe someone else
will find this useful.

Best regards

Nico



Steffen


--
To unsubscribe, e-mail: opensuse-factory+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-factory+help@xxxxxxxxxxxx

< Previous Next >