2008/4/10 Jakub Bogusz <[EMAIL PROTECTED]>: > locales setup should be delayed to the moment when /usr is mounted. > They don't work anyway before (despite catalogs moved to /etc): > > $ TEXTDOMAINDIR=/etc/sysconfig/locale gettext -d rc-scripts 'BUSY'; echo > ZAJĘTY > # chmod 700 /usr/lib/locale > $ TEXTDOMAINDIR=/etc/sysconfig/locale gettext -d rc-scripts 'BUSY'; echo > BUSY > > Console font doesn't matter much before locales are used. > > So, to avoid the penalty of not having internationalized messages on > systems with /usr not separated, locales setup delay should be > performed depending on /usr/lib/locale presence.
Looks like a perfect case for upstart-based solutions. Event-based launching instead of serialized sequences. -- Patryk Zawadzki PLD Linux Distribution _______________________________________________ pld-devel-en mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-devel-en
