Mailinglist Archive: opensuse-autoinstall (134 mails)
| < Previous | Next > |
AW: [suse-autoinstall] Is the yast2 autoyast broken ?
- From: "Hollmann Frank" <Frank.Hollmann@xxxxxxxxxxxxxxx>
- Date: Wed, 28 Jul 2004 08:09:36 +0000 (UTC)
- Message-id: <3597A17AE711784F84882B396E3BF8A6010A040C@xxxxxxxxxxxxxxxxxxx>
Hi,
the remove-package construct does not work under SLES8 autoinstall.
My Work-Around: create your own software-selection (*.sel) to circumvent this error
Frank Hollmann
OFD München - IT Bereich
-----Ursprüngliche Nachricht-----
Von: David Corlette [mailto:corlette@xxxxxxxxxxxxxxxxx]
Gesendet: Dienstag, 27. Juli 2004 17:16
An: Henrik Schmidt; suse-autoinstall@xxxxxxxx
Betreff: Re: [suse-autoinstall] Is the yast2 autoyast broken ?
> Simple question is : how do I tell autoyast not to install the cups
> packages conflicting with lprng. Or more generally : How do I tell
> autoyast to delete a package from a list at all. I can individually
> add packages but I can't individually remove them with autoyast.
Can't you just do:
<remove-packages config:type="list">
<package>cups</package>
</remove-packages>
as it says at:
http://www.suse.de/~nashif/autoinstall/9.1/html/CreateProfile.Software
.html#id2523534
(where "cups" is a package you want to remove).
Dave C
---------------------------------------------------------
David Corlette mailto:corlette@xxxxxxxxxxxxxxxxx
(617)495-5922 http://www.arp.harvard.edu
--
To unsubscribe, e-mail: suse-autoinstall-unsubscribe@xxxxxxxx
For additional commands, e-mail: suse-autoinstall-help@xxxxxxxx
the remove-package construct does not work under SLES8 autoinstall.
My Work-Around: create your own software-selection (*.sel) to circumvent this error
Frank Hollmann
OFD München - IT Bereich
-----Ursprüngliche Nachricht-----
Von: David Corlette [mailto:corlette@xxxxxxxxxxxxxxxxx]
Gesendet: Dienstag, 27. Juli 2004 17:16
An: Henrik Schmidt; suse-autoinstall@xxxxxxxx
Betreff: Re: [suse-autoinstall] Is the yast2 autoyast broken ?
> Simple question is : how do I tell autoyast not to install the cups
> packages conflicting with lprng. Or more generally : How do I tell
> autoyast to delete a package from a list at all. I can individually
> add packages but I can't individually remove them with autoyast.
Can't you just do:
<remove-packages config:type="list">
<package>cups</package>
</remove-packages>
as it says at:
http://www.suse.de/~nashif/autoinstall/9.1/html/CreateProfile.Software
.html#id2523534
(where "cups" is a package you want to remove).
Dave C
---------------------------------------------------------
David Corlette mailto:corlette@xxxxxxxxxxxxxxxxx
(617)495-5922 http://www.arp.harvard.edu
--
To unsubscribe, e-mail: suse-autoinstall-unsubscribe@xxxxxxxx
For additional commands, e-mail: suse-autoinstall-help@xxxxxxxx
| < Previous | Next > |