Mailinglist Archive: opensuse-autoinstall (67 mails)
| < Previous | Next > |
Re: [opensuse-autoinstall] Adding the SLES10 SDK to a repository?
- From: Peter Connolly <pconnolly@xxxxxxxxxx>
- Date: Tue, 10 Apr 2007 09:06:00 +0100
- Message-id: <200704100906.00583.pconnolly@xxxxxxxxxx>
On Monday 09 April 2007 23:46:45 Michael T. Halligan wrote:
> So, as with several other oddities, I've found my standard SLES9
> method of using Yast2 to import the SDK as an add-on product is no
> longer possible. How would one go about adding SLES10's SDK to an
> autoyast repository properly? I've attempted using yast2 to create an
> installation source, and adding this (actually `yast autoyast` added
> this) following xml to an autoinstall.xml, but with no luck:
>
> <add-on>
> <add_on_products config:type="list">
> <listentry>
> <media_url>ftp://10.1.100.9/SLES10SDK</media_url>
> <product>SUSE-Linux-Enterprise-SDK-x86_64</product>
> <product_dir>/</product_dir>
> </listentry>
> </add_on_products>
> </add-on>
>
>
> What am I doing wrong?
Hi Michael
Without seeing your logs of the failed install it's pretty hard to say. I've
had pretty good luck with quickly creating add on sources with the Addon
Creator Yast package:
http://developer.novell.com/wiki/index.php/Creating_Add-on_Media_with_YaST
It's only a test/beta version but works pretty well. I've managed to create
auto install repos of the HP PSP rpms, Tomcat 5.5 from the build service and
more. Create the repo using that tool, signing it with your key and then use
an sml snippet just like you have there to provice it to the profile. Don't
forget the import key setting that Uwe pointed out if you are using your own
signing key.
Cheers
Pete
--
Peter Connolly
Technical Specialist, Novell Consulting
M: + 44 7712 487115. E: pconnolly@xxxxxxxxxx
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx
> So, as with several other oddities, I've found my standard SLES9
> method of using Yast2 to import the SDK as an add-on product is no
> longer possible. How would one go about adding SLES10's SDK to an
> autoyast repository properly? I've attempted using yast2 to create an
> installation source, and adding this (actually `yast autoyast` added
> this) following xml to an autoinstall.xml, but with no luck:
>
> <add-on>
> <add_on_products config:type="list">
> <listentry>
> <media_url>ftp://10.1.100.9/SLES10SDK</media_url>
> <product>SUSE-Linux-Enterprise-SDK-x86_64</product>
> <product_dir>/</product_dir>
> </listentry>
> </add_on_products>
> </add-on>
>
>
> What am I doing wrong?
Hi Michael
Without seeing your logs of the failed install it's pretty hard to say. I've
had pretty good luck with quickly creating add on sources with the Addon
Creator Yast package:
http://developer.novell.com/wiki/index.php/Creating_Add-on_Media_with_YaST
It's only a test/beta version but works pretty well. I've managed to create
auto install repos of the HP PSP rpms, Tomcat 5.5 from the build service and
more. Create the repo using that tool, signing it with your key and then use
an sml snippet just like you have there to provice it to the profile. Don't
forget the import key setting that Uwe pointed out if you are using your own
signing key.
Cheers
Pete
--
Peter Connolly
Technical Specialist, Novell Consulting
M: + 44 7712 487115. E: pconnolly@xxxxxxxxxx
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx
| < Previous | Next > |