Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

autoyast installation based on a exported system description from a opensuse leap docker container shows errors #1922

Open
greygoo opened this issue Jan 29, 2016 · 0 comments
Labels

Comments

@greygoo
Copy link
Member

greygoo commented Jan 29, 2016

When inspecting a docker container and then exporting the description to autoyast - the autoyast installation based on that export displays two small errors.

First, the opensuse leap container contains a package called 'openSUSE-release-mini' which is not found on the installation media by autoyast, thus showing an error message. Installation is not stopping at that point, it just will not install this package

Second, at some point autoyast shows a popup saying that the tag "add-on" is not understood and won't be used. Again installation does not stop at that point.
The relevant lines in the autoconf.xml file seem to be these:

---------------------snip-------------------

  <add-on>
    <add_on_products config:type="list">
      <listentry>
        <media_url>http://download.opensuse.org/distribution/leap/42.1/repo/non-oss/</media_url>
        <name>non-oss</name>
      </listentry>
      <listentry>
        <media_url>http://download.opensuse.org/distribution/leap/42.1/repo/oss/</media_url>
        <name>oss</name>
      </listentry>
      <listentry>
        <media_url>http://download.opensuse.org/update/42.1/</media_url>
        <name>oss-update</name>
      </listentry>
      <listentry>
        <media_url>http://download.opensuse.org/update/leap/42.1/non-oss/</media_url>
        <name>update-non-oss</name>
      </listentry>
    </add_on_products>
  </add-on>

---------------------------snip----------------------------------

The second problem seems to have not too much impact as autoyast does by itself add repos of the installation media by itself. However, if there are other repos in the docker - they might get lost due to this issue.

@greygoo greygoo changed the title autoyast installation based on a exported system description from a docker container shows errors autoyast installation based on a exported system description from a opensuse leap docker container shows errors Jan 29, 2016
@cornelius cornelius removed the P2 label Oct 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants