Hi, We'll have SUSE Linux 10.1 beta1 soon - the last SUSE Linux before SLES10. With this eMail I want to encourage you to take part of the beta test of SUSE Linux. Especially for you, as administrator of an autoinstallation environment, it's important to find problems and bugs during the beta phase. As soon as the 10.1 is gold, we can't do any fixes anymore for autoyast because that requires a patch for the installation system which is on the CD/DVD. So official online updates for autoyast are hardly an option then. To make changes in autoyast a little bit more visible for you I've started a brief overview of what has changed in autoyast since 10.0 The current state (post alpha4) of what has changed can be found here: http://www.suse.de/~ug/autoyast_changes.html If you want to download the latest test version of SUSE Linux, you can download it here: http://www.opensuse.org/Development_Version If you think you've hit a bug you can either write a mail to this list or (even better) you can use bugzilla to report a bug: https://bugzilla.novell.com Thanks in advance for testing SUSE Linux. -- ciao, Uwe Gansert Uwe Gansert, Server Technologies Team SUSE LINUX Products GmbH, Maxfeldstrasse 5, D-90409 Nuernberg, Germany e-mail: uwe.gansert@suse.de, Tel: +49-(0)911-74053-0, Fax: +49-(0)911-74053-476, Web: http://www.suse.de
On Thu, Jan 05, 2006 at 03:01:49PM +0100, Uwe Gansert wrote: [...]
To make changes in autoyast a little bit more visible for you I've started a brief overview of what has changed in autoyast since 10.0 The current state (post alpha4) of what has changed can be found here: http://www.suse.de/~ug/autoyast_changes.html
One of the changes you mention is "secondary languages possible", which is of much interest for me (in fact, I think it was me who wrote the 'wish'... ;-) ). I had a brief look at the autoyast doc but that change doesn't seem to be documented yet - or I'm blind... Anyway: How do I go about adding secodary languages? :-) Thanks, Thomas
On Thursday 05 January 2006 15:25, T. Ribbrock wrote:
One of the changes you mention is "secondary languages possible", which is of much interest for me (in fact, I think it was me who wrote the 'wish'... ;-) ). I had a brief look at the autoyast doc but that change doesn't seem to be documented yet - or I'm blind... Anyway: How do I go about adding secodary languages? :-)
It's not mentioned in the documentation because you can configure that with the autoyast UI. Much of the stuff you can do with the autoyast UI is not documented at the moment (I know that's bad). To answer your question: <profile xmlns="http://www.suse.com/1.0/yast2ns" xmlns:config="http://www.suse.com/1.0/configns"> <language> <language>de_DE</language> <languages>hr_HR,en_US,de_DE</languages> </language> </profile> <language> is primary, <languages> is secondary+primary (CSV) -- ciao, Uwe Gansert Uwe Gansert, Server Technologies Team SUSE LINUX Products GmbH, Maxfeldstrasse 5, D-90409 Nuernberg, Germany e-mail: uwe.gansert@suse.de, Tel: +49-(0)911-74053-0, Fax: +49-(0)911-74053-476, Web: http://www.suse.de
On Thu, Jan 05, 2006 at 03:37:37PM +0100, Uwe Gansert wrote:
It's not mentioned in the documentation because you can configure that with the autoyast UI. Much of the stuff you can do with the autoyast UI is not documented at the moment (I know that's bad).
Duh - forgot about the UI...
To answer your question:
<profile xmlns="http://www.suse.com/1.0/yast2ns" xmlns:config="http://www.suse.com/1.0/configns"> <language> <language>de_DE</language> <languages>hr_HR,en_US,de_DE</languages> </language> </profile>
<language> is primary, <languages> is secondary+primary (CSV)
Very nice - thanks! Cheerio, Thomas
participants (2)
-
T. Ribbrock
-
Uwe Gansert