Mailinglist Archive: opensuse-autoinstall (67 mails)

< Previous Next >
[opensuse-autoinstall] Adding the SLES10 SDK to a repository?
  • From: "Michael T. Halligan" <michael@xxxxxxxxxxxx>
  • Date: Mon, 9 Apr 2007 15:46:45 -0700
  • Message-id: <80E86A05-61CC-4D2E-BDE5-EEB58C0E7E39@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?
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx

< Previous Next >