iso modification and gpg key check
-
Hi Everyone,
I'm currently testing XCP-ng ISO modification. And i'm constently experiencing the gpg check failure

I understand why this happen since I'm modifying one of the rpm and the ISO itself.
What I puzzled is why the ignore gpg-check I'm passing to the installer are ignored.So first I have tried to pass in --no-gpg-check and --no-repo-gpgcheck to the boot

But it seems not having effectI have also tried to put this in an answerfile :

And calling it at boot

Unfortunately, in both case the gpg check seems to be triggered and as expected failing.
Anyone, have any hint where could be my issue ? How can I disable gpg-check ?
I'm guessing this is a syntax or config issue but can't find what it is..Thanks in advance for any help !
-
Ok just read the code and found my answer

It was a typo it is
repo-gpgchecknotrepo_gpgcheckrepo_gpgcheck = (None if getStrAttribute(i, ['repo-gpgcheck'], default=None) is None else getBoolAttribute(i, ['repo-gpgcheck'])) gpgcheck = (None if getStrAttribute(i, ['gpgcheck'], default=None) is None else getBoolAttribute(i, ['gpgcheck']))
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login