• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

autoyast - remove-packages klappt nicht

wicking

Newbie
Hallo.

Ich versuche mittels autoyast Systeme zu installiern, auf denen z. B. kein firefox installiert ist.
Hab dazu in der Sektion <software> folgendes eingefügt:
Code:
<remove-packages config:type="list">
  <package>MozillaFirefox-translations</package>
  <package>MozillaFirefox</package>
</remove-packages>

Leider wird trotzdem der Browser installiert. Genauso möchte ich auch ein paar andere Pakete entfernen. Woran könnte es liegen?

Oberhalb von <remove-packages> steht übrigens
Code:
<addons config:type="list">
  <addon>Basis-Devel</addon>
  <addon>Basis-Sound</addon>
  <addon>Kde-Desktop</addon>
  <addon>Min</addon>
  <addon>X11</addon>
</addons>
<base>Minimal</base>

Ich hoffe auf einen kleinen Tipp.
 
OP
wicking

wicking

Newbie
Hab an die Mailingliste geschrieben. Die Antwort:

> I'm using suse-autoinstall with Suse Linux 10.1. In the software section
> > of the xml-file I put some packages to remove (to not install). But
> > after installation the packages are installed anyway. Why?

that's a bug
use a script with rpm commands instead to remove the packages.

-- ciao, Uwe Gansert

Tja, schade eigentlich. Und das in der aktuellen Version Suse 10.1.
 
Oben