Mailinglist Archive: opensuse-autoinstall (87 mails)

< Previous Next >
[opensuse-autoinstall] Two problems, patterns and grub
  • From: Henrik Schmidt <hbs@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
  • Date: Tue, 9 Jan 2007 14:27:42 +0100
  • Message-id: <200701091427.42955.hbs@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
1.

I switched from addons with 10.0 to patterns with 10.2 but it does not work as
expected. If I use patterns and additional packages then autoinstall tries to
install packages first which will fail of course as vital files are missing
(sh, libz ...).
Patterns are only installed correctly if I remove all additional <package>
definitions.

Expl :

<software>
  <patterns config:type="list">
    <pattern>base</pattern>
    <pattern>kde</pattern>
  </patterns>
</software>

will install base + kde but

<software>
  <patterns config:type="list">
    <pattern>base</pattern>
    <pattern>kde</pattern>
  </patterns>
  <packages config:type="list">
    <package>lynx</package>
  </packages>
</software>

will try to install lynx first and fails miserably. What do I miss ?

2. With 9.3 I could set for grub :

       <global_entry>
          <key>timeout</key>
          <value config:type="integer">8</value>
        </global_entry>
 
which did not work for 10.0 any longer. What do I miss here ?

Hope someone can help me.

Henrik Schmidt
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx

< Previous Next >