[opensuse-autoinstall] Install all packages via autoyast.
Hi, What is the syntax in autoinst.xml to install ALL packages of the media (sles10 and sles11). In RedHat Linux "@Everything" directive in ks.cfg does this job. Is there something similar available? Thanks, Ajay -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
On Wednesday 15 April 2009 05:44:25 Ajay Mulwani wrote:
What is the syntax in autoinst.xml to install ALL packages of the media (sles10 and sles11). In RedHat Linux "@Everything" directive in ks.cfg does this job. Is there something similar available?
sorry but there is nothing like that. You can install all software you want and then create a reference profile then with the autoyast UI. You'll get a software section you can use to install other machines. -- ciao, Uwe Gansert Uwe Gansert, Server Technologies Team SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) Business: http://www.suse.de/~ug -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
This is exactly what I have been doing so far and thought something efficient should be there, but... :-( Thanks, Ajay On Thu, Apr 16, 2009 at 7:57 PM, Uwe Gansert <ug@suse.de> wrote:
On Wednesday 15 April 2009 05:44:25 Ajay Mulwani wrote:
What is the syntax in autoinst.xml to install ALL packages of the media (sles10 and sles11). In RedHat Linux "@Everything" directive in ks.cfg does this job. Is there something similar available?
sorry but there is nothing like that. You can install all software you want and then create a reference profile then with the autoyast UI. You'll get a software section you can use to install other machines.
-- ciao, Uwe Gansert
Uwe Gansert, Server Technologies Team SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) Business: http://www.suse.de/~ug
-- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
-- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
What is the syntax in autoinst.xml to install ALL packages of the media (sles10 and sles11). In RedHat Linux "@Everything" directive in ks.cfg does this job. Is there something similar available?
Ajay, It seems that Uwe just implemented a feature that will make what you asked easier to accomplish: http://ugansert.blogspot.com/2009/06/two-autoyast-features-by-one-char.html Regards, Leonardo -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
on Wednesday 10 June 2009 Leonardo Chiquitto wrote:
What is the syntax in autoinst.xml to install ALL packages of the media (sles10 and sles11). In RedHat Linux "@Everything" directive in ks.cfg does this job. Is there something similar available?
It seems that Uwe just implemented a feature that will make what you asked easier to accomplish: http://ugansert.blogspot.com/2009/06/two-autoyast-features-by-one-char.html
that's right but you have to be a bit careful with that because some packages conflict (like postfix and sendmail, cups and lpd, ..). Even some patterns conflict (on SLES the SAP pattern with the oracle pattern). If you have a good idea how to solve that automagically, let me know :) -- ciao, Uwe Gansert Uwe Gansert, Server Technologies Team SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) Business: http://www.suse.de/~ug -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
that's right but you have to be a bit careful with that because some packages conflict (like postfix and sendmail, cups and lpd, ..). Even some patterns conflict (on SLES the SAP pattern with the oracle pattern).
If you have a good idea how to solve that automagically, let me know :)
Bad news for autoyast - every package/pattern conflict requires user intervention, so one can't really install everything without asking user any question if packages are selected for product media in such a way that some of them are mutually exclusive :( B. -- \\\\\ Katarina Machalkova \\\\\\\__o YaST developer __\\\\\\\'/_ & hedgehog painter -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
Is there a type of delay command for the NIC during the autoyast process? In RHEL it would be nicdelay=XX and/or linkdelay=XX for machines that's having portfast issues. Thanks Justin -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
On Thu, Jun 11, 2009 at 06:04:06AM -0700, Justin Lim wrote:
Is there a type of delay command for the NIC during the autoyast process?
In RHEL it would be nicdelay=XX and/or linkdelay=XX for machines that's having portfast issues.
the DHCPTimeout option should do it for you. I've had to use it in the past to allow for cases where the nic takes several seconds to get a proper link. -- Mike Marion-Unix SysAdmin/Staff IT Engineer-http://www.qualcomm.com "Outlook not so good." That magic 8-ball knows everything! I'll ask about Exchange Server next. -- Another /. gem -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
On Thursday 11 June 2009 09:19:02 pm Mike Marion wrote:
On Thu, Jun 11, 2009 at 06:04:06AM -0700, Justin Lim wrote:
Is there a type of delay command for the NIC during the autoyast process?
In RHEL it would be nicdelay=XX and/or linkdelay=XX for machines that's having portfast issues.
the DHCPTimeout option should do it for you. I've had to use it in the past to allow for cases where the nic takes several seconds to get a proper link.
Alternatively, you can use a post-script in your AY profile that does nothing else that it sleeps for defined period of time, as described here: http://www.suse.de/~ug/AutoYaST_FAQ.html#aa We used it in the past to workaround buggy NIC driver issues, where it takes ages for network to come up ... hB. -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
On Thursday 11 June 2009 09:19:02 pm Mike Marion wrote:
On Thu, Jun 11, 2009 at 06:04:06AM -0700, Justin Lim wrote:
Is there a type of delay command for the NIC during the autoyast process?
In RHEL it would be nicdelay=XX and/or linkdelay=XX for machines that's having portfast issues.
the DHCPTimeout option should do it for you. I've had to use it in the past to allow for cases where the nic takes several seconds to get a proper link.
Alternatively, you can use a post-script in your AY profile that does nothing else that it sleeps for defined period of time, as described here: http://www.suse.de/~ug/AutoYaST_FAQ.html#aa
We used it in the past to workaround buggy NIC driver issues, where it takes ages for network to come up ...
The equivalent linuxrc option is netwait=XX -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
participants (7)
-
Ajay Mulwani
-
Joseph V Moss
-
Justin Lim
-
Katarina Machalkova
-
Leonardo Chiquitto
-
Mike Marion
-
Uwe Gansert