Am 07/30/2012 12:24 PM, schrieb Steffen Winterfeldt:
On Mon, 30 Jul 2012, Daniel Spannbauer wrote:
Am 07/30/2012 12:02 PM, schrieb Steffen Winterfeldt:
b) this should not happen:
gpg: WARNING: unsafe permissions on homedir `/root/.gnupg' Did you modify your boot media in any way?
[...]
yes, I know. But why aren't there any errors if I install with the same source from network or from DVD? I don't use the insecure-switch there.
The real issue is the usafe permission issue above. If you rebuild, make sure it stays at 0700. I don't know why it should differ depending on how you booot; but there's a shell open on console 9 where you can check what's going on.
Hmm, the /root/.gnupg should be in the initrd of the installation-Media? The only file we touch in the initrd is the installkey.gpg: ---------------------------------- echo "Schlüssel exportieren" gpg --export -u $KEY_ID > gpg-$KEY_ID.gpg gpg --export -a -u $KEY_ID > gpg-pubkey-$KEY_ID.asc echo "Schlüssel rein" echo "gpg-$KEY_ID.gpg" | cpio -o -H newc -A -F $INITRD.uncomp echo "install.key erweitern" gpg -u ds@marco.de --export >> installkey.gpg echo "installkey wieder in initrd" echo "installkey.gpg" | cpio -o -H newc -A -F $INITRD.uncomp echo "komprimieren" gzip --best <$INITRD.uncomp >$INITRD ------------------------------------ Regards Daniel -- Daniel Spannbauer Software Entwicklung marco Systemanalyse und Entwicklung GmbH Tel +49 8333 9233-27 Fax -11 Rechbergstr. 4 - 6, D 87727 Babenhausen Mobil +49 171 4033220 http://www.marco.de/ Email ds@marco.de Geschäftsführer Martin Reuter HRB 171775 Amtsgericht München -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-autoinstall+owner@opensuse.org