Mailinglist Archive: opensuse-autoinstall (52 mails)
| < Previous | Next > |
[opensuse-autoinstall] [RESOLVED] Re: How to get "zypper" to work in an Autoyast post-install script?
- From: "Wil Decius" <wilson.decius@xxxxxxxxx>
- Date: Tue, 22 Jul 2008 10:23:54 -0700
- Message-id: <769e0ec0807221023q11286324s9e09aab864911d3d@xxxxxxxxxxxxxx>
Fyi, I stumbled on the solution.
Reading @
http://lists.opensuse.org/opensuse-autoinstall/2008-06/msg00028.html
I'd had only
<packages config:type="list">
<package>autoyast2-installation</package>
in the autoyast script.
Not realizing there's a *second* autoyast2 componenet, adding
<package>autoyast2</package>
Fixes the problem.
Wil
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx
Reading @
http://lists.opensuse.org/opensuse-autoinstall/2008-06/msg00028.html
I'd had only
<packages config:type="list">
<package>autoyast2-installation</package>
in the autoyast script.
Not realizing there's a *second* autoyast2 componenet, adding
<package>autoyast2</package>
Fixes the problem.
Wil
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx
| < Previous | Next > |