Every time I boot my new installed Slitaz system it asks for locale each time. Is there not somewhere this can be saved?

Why asking locale each boot?
(6 posts) (4 voices)-
Posted 13 years ago #
-
The locale is written to /etc/locale.conf
http://www.slitaz.org/en/doc/scratchbook/boot-scripts.html
i18n.sh - Internationalization
SliTaz backs up the configuration of the default locale in /etc/locale.conf which is read by /etc/profile at each login. The /etc/locale.conf is generated during boot time thanks to the /etc/init.d/i18n.sh script on stable-3.0 , /etc/init.d/system.sh on cooking. This script launches the 'tazlocale' application if /etc/locale.conf doesn't exist. We use the same process for the keyboard layout using 'tazkmap' and the /etc/kmap.conf configuration file. Both applications are installed and located in /sbin and use dialog and the ncurses library. The script also checks whether the configuration file for the time zone /etc/TZ exists, otherwise it creates one relying on the keyboard configuration.Posted 13 years ago # -
Hi mojo, I have the same issue with the newly installed 2.6.37. I have the /etc/locale.conf correctly listed but as mentioned by lagagnon above, each time the system boots it asks to enter the locale.
Posted 13 years ago # -
It was a bug in the cooking. Look at
http://forum.slitaz.org/topic/probleme-webcam
(in french)
Upgrade slitaz-boot-scripts (bug is fixed now) or, as root, edit /boot/grub/menu.lst and comment out the lang=...Posted 13 years ago # -
@arsaber, editing out the lang= from grub menu.lst worked. Thanks!
Posted 13 years ago # -
#tazpkg recharge
#tazpkg get-install slitaz-boot-scripts --forcedThe commit to fix this problem when adding lang= to bootcode:
http://hg.slitaz.org/slitaz-boot-scripts/rev/9c574bdd563fPosted 13 years ago #
Reply
You must log in to post.