For When You Can't Have The Real Thing
[ start | index | login ]
start > Linux > SuSE > AutoYaST > could not set patterns or selections

could not set patterns or selections

Created by dave. Last edited by dave, 17 years and 48 days ago. Viewed 6,187 times. #3
[diff] [history] [edit] [rdf]
labels
attachments

Problem:

AutoYaST install stops with window: could not set patterns or selections with a list of patterns or selections. When you try to install manually from the same nfs set, it complains about the set not being properly GPG signed.

Solution:

Add this block to your $NAME.xml file just before the <software> section:

<general>
   <signature-handling>
   <accept_unsigned_file config:type="boolean">true</accept_unsigned_file>
   <accept_file_without_checksum config:type="boolean">true</accept_file_without_checksum>
   <accept_verification_failed config:type="boolean">true</accept_verification_failed>
   <accept_unknown_gpg_key config:type="boolean">true</accept_unknown_gpg_key>
   <import_gpg_key config:type="boolean">true</import_gpg_key>
   </signature-handling>
</general>

(>>Source)

Seen In:

SLES 10, SLED 10

no comments | post comment
This is a collection of techical information, much of it learned the hard way. Consider it a lab book or a /info directory. I doubt much of it will be of use to anyone else.

Useful:


snipsnap.org | Copyright 2000-2002 Matthias L. Jugel and Stephan J. Schmidt