Re: [opensuse-autoinstall] SLED10 - Patterns error
That did it! Thank you for your time Lee! On Tue, 2007-01-02 at 09:53 -0500, Lee Mayes wrote:
Mark Rodee wrote:
Lee, Thanks for the reply, It does not look like that is the case. But, looking at the y2log I see the following -
":321 User does not want to trust key error" with my key for the source.
Then just a little lower on the list I see:
"SourceCreate for 'nfs://<source>' product '' has failed
For testing, I've added the following to my XML profile -
<accept_unsigned_file config:type="boolean">true</accept_unsigned_file> <accept_verification_failed config:type="boolean">true</accept_verification_failed> <accept_unknown_gpg_key config:type="boolean">true</accept_unknown_gpg_key>
and still hit the error. Suggestions?
Hi Mark,
Here's relevant what I use (using HTTP against exploded CD images):
<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> <software> <patterns config:type="list"> <pattern>default</pattern> </patterns> </software>
We also vend the SDK, so I have this stanza as well:
<add-on> <add_on_products config:type="list"> <listentry> <media_url> http://192.168.1.5/LinuxCOE/SuSE/i386/SLE-10-SDK/CD1 </media_url> <product>SUSE-Linux-Enterprise-SDK-i386</product> <product_dir>/</product_dir> </listentry> </add_on_products> </add-on>
Sorry for the formatting, hope that helps!
Lee
-- -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
participants (1)
-
Mark Rodee