[opensuse-autoinstall] Failure setting keyboard , language and timezone
Dear AutoYaST crew , doing autoinstallation for SuSE 12.1 i didn't suceed to configure our MEZ time , german keyboard and language the same way we did for 11.3. I searched for hints , learning this configuration has moved and i tried the following places for the next lines: <hwclock>localtime</hwclock> <timezone>Europe/Berlin</timezone> </clock> <keyboard> <keymap>german</keymap> </keyboard> <language>de_DE</language> 1) after <install> <general> as for 11.3 2) directly after <profile 3) after <configure> 4) directly writing to sysconfig <sysconfig_entry> <sysconfig_path>clock</sysconfig_path> <sysconfig_key>HWCLOCK</sysconfig_key> <sysconfig_value>--localtime</sysconfig_value> </sysconfig_entry> <sysconfig_entry> <sysconfig_key>TIMEZONE</sysconfig_key> <sysconfig_value>Europe/Berlin</sysconfig_value> </sysconfig_entry> but working with y2confirm timezone , keyboard and language are not recognized in installation settings and not installed . Please show me the right way. Many thanks in advance Marianne Frerichs FZJ-Juelich ------------------------------------------------------------------------------- ------------------------------------------------------------------------------- Forschungszentrum Juelich GmbH 52425 Juelich Sitz der Gesellschaft: Juelich Eingetragen im Handelsregister des Amtsgerichts Dueren Nr. HR B 3498 Vorsitzender des Aufsichtsrats: MinDir Dr. Karl Eugen Huthmacher Geschaeftsfuehrung: Prof. Dr. Achim Bachem (Vorsitzender), Karsten Beneke (stellv. Vorsitzender), Prof. Dr.-Ing. Harald Bolt, Prof. Dr. Sebastian M. Schmidt ------------------------------------------------------------------------------- ------------------------------------------------------------------------------- Kennen Sie schon unseren neuen Film? http://www.fz-juelich.de/film Kennen Sie schon unsere app? http://www.fz-juelich.de/app -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-autoinstall+owner@opensuse.org
On 13.03.2012 15:43, m.frerichs wrote:
doing autoinstallation for SuSE 12.1 i didn't suceed to configure our MEZ time , german keyboard and language the same way we did for 11.3.
this works fine here on my 12.1: <language> <language>en_US</language> <languages>de_DE</languages> </language> <keyboard> <keyboard_values> <capslock config:type="boolean">false</capslock> <delay></delay> <discaps config:type="boolean">false</discaps> <numlock></numlock> <rate></rate> <scrlock config:type="boolean">false</scrlock> <tty>tty1 tty2 tty3 tty4 tty5 tty6 tty8 tty9 tty10 tty11 tty12 tty13 tty14 tty15 tty16 tty17 tty18 tty19 tty20</tty> </keyboard_values> </keyboard> <timezone> <hwclock>localtime</hwclock> <timezone>Europe/Berlin</timezone> </timezone>
I searched for hints , learning this configuration has moved and i tried the following places for the next lines:
<hwclock>localtime</hwclock> <timezone>Europe/Berlin</timezone> </clock> <keyboard> <keymap>german</keymap> </keyboard> <language>de_DE</language>
the <language> is not valid. See my XML example above
1) after<install>
don't use <install> and <configure> anymore. Those are deprecated since around 5 years
4) directly writing to sysconfig
<sysconfig_entry> <sysconfig_path>clock</sysconfig_path> <sysconfig_key>HWCLOCK</sysconfig_key> <sysconfig_value>--localtime</sysconfig_value> </sysconfig_entry> <sysconfig_entry> <sysconfig_key>TIMEZONE</sysconfig_key> <sysconfig_value>Europe/Berlin</sysconfig_value> </sysconfig_entry>
but working with y2confirm timezone , keyboard and language are not recognized in installation settings and not installed .
if you configure it via sysconfig, it'll not show up in the y2confirm screen anyway. -- ciao, Uwe Gansert SUSE LINUX Products GmbH, HRB 16746 (AG Nürnberg) GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer Home: http://www.suse.de/~ug - Blog: http://suse.gansert.net listening to: "Stalker" by Covenant -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-autoinstall+owner@opensuse.org
Hello Uwe, On Mar 14 11:53 Uwe Gansert wrote (excerpt):
<language> <language>en_US</language> <languages>de_DE</languages> </language>
Is this really correct? At least it looks not logical. Shouldn't it be <languages> <language>en_US</language> <language>de_DE</language> </languages> Kind Regards Johannes Meixner -- SUSE LINUX Products GmbH -- Maxfeldstrasse 5 -- 90409 Nuernberg -- Germany HRB 16746 (AG Nuernberg) GF: Jeff Hawn, Jennifer Guild, Felix Imendoerffer -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-autoinstall+owner@opensuse.org
Hello, On Mar 14 15:37 Johannes Meixner wrote (excerpt):
On Mar 14 11:53 Uwe Gansert wrote (excerpt):
<language> <language>en_US</language> <languages>de_DE</languages> </language>
Is this really correct? At least it looks not logical. Shouldn't it be
<languages> <language>en_US</language> <language>de_DE</language> </languages>
Oops! In my /root/autoinst.xml there is <language> <language>en_GB</language> <languages></languages> </language> so that the strange syntax seems to be really correct. But right now I don't find where this is documented. At least I cannot find it in http://users.suse.com/~ug/autoyast_en.pdf Where is it documented? Kind Regards Johannes Meixner -- SUSE LINUX Products GmbH -- Maxfeldstrasse 5 -- 90409 Nuernberg -- Germany HRB 16746 (AG Nuernberg) GF: Jeff Hawn, Jennifer Guild, Felix Imendoerffer -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-autoinstall+owner@opensuse.org
On 14.03.2012 15:46, Johannes Meixner wrote:
In my /root/autoinst.xml there is
<language> <language>en_GB</language> <languages></languages> </language>
so that the strange syntax seems to be really correct.
language is the system language in languages you can put additional comma separated languages that are getting installed (like language packages for Libre Office and so)
But right now I don't find where this is documented. At least I cannot find it in http://users.suse.com/~ug/autoyast_en.pdf
Where is it documented?
there is no documentation for that IIRC. If you use the UI to create that snippet, it gets clear how the syntax is. -- ciao, Uwe Gansert SUSE LINUX Products GmbH, HRB 16746 (AG Nürnberg) GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer Home: http://www.suse.de/~ug - Blog: http://suse.gansert.net -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-autoinstall+owner@opensuse.org
If the doc(source)s were on your github account, I (or anybody else) could fork you so hard right now and document that. Is there a legal reason that prevents that? (You know you want it!) -- Greetings 686f6c6d -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-autoinstall+owner@opensuse.org
On 15.03.2012 12:48, Christopher 'm4z' Holm wrote:
If the doc(source)s were on your github account, I (or anybody else) could fork you so hard right now and document that. Is there a legal reason that prevents that? (You know you want it!)
that's in progress Just wait a little longer - it'll come (soon I hope) -- ciao, Uwe Gansert SUSE LINUX Products GmbH, HRB 16746 (AG Nürnberg) GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer Home: http://www.suse.de/~ug - Blog: http://suse.gansert.net listening to: "Amnesia (club.mix)" by mind.in.a.box -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-autoinstall+owner@opensuse.org
participants (4)
-
Christopher 'm4z' Holm
-
Johannes Meixner
-
m.frerichs
-
Uwe Gansert