UNSUBSCRIBE --- On Tue, 5/17/11, Claudinei Pereira <[email protected]> wrote:
From: Claudinei Pereira <[email protected]> Subject: Re: Blending edge ISO with latest stuff To: [email protected] Date: Tuesday, May 17, 2011, 11:22 AM Hi, > Weired! The code in /etc/init.d/system.sh: > > if [ ! -s "/etc/locale.conf" ]; then When i run just this piece of code of system.sh, it runs nicely, checking that locale.conf is not empty. The problem is not with system.sh. Looking at /var/log/boot.log, i see that the locale configuration is done twice, with bootopts.sh and system.sh, and bootopts.sh was calling tazlocale, not system.sh. So, i removed the "lang" option on /boot/grub/menu.lst and now everything is fine. Maybe "ang" should not be on menu.lst? 2011/5/17 Christophe Lincoln <[email protected]>: > > Hi, > >> Yes, I am. BTW, "tazpkg recharge" is returning an error here on my >> installation: > >> Command line: dirname >> Busybox (...) >> Usage: dirname FILENAME >> Strip non-directory suffix from FILENAME >> >> Command line: basename >> Busybox (...) >> Usage: basename FILE [SUFFIX] >> Strip directory path and .SUFFIX from FILE >> [/error] > > Yep I released Tazpkg and did'n checked this commit before: > http://hg.slitaz.org/tazpkg/rev/6c26def1c2de > > witch cause all these errors. Will have to fix that. > >> > Anyway, the promt is a problem. The 'tazbox boot' is only started >> > in /etc/locale.conf is empty, which is the stat of this file on your >> > system ? >> >> It is not empty, the language is properly set on it: >> >> LANG=pt_BR >> LC_ALL=pt_BR > > Weired! The code in /etc/init.d/system.sh: > > if [ ! -s "/etc/locale.conf" ]; then > > -s is to check if file is empty, since it exist by default so -f can't > be use. I also run an up-to-date cooking HD install and can't > reproduce. > >> Hugs! > > - Christophe > > --- > SliTaz GNU/Linux Mailing list - http://www.slitaz.org/ > > -- www.claudineipereira.com --- SliTaz GNU/Linux Mailing list - http://www.slitaz.org/

