# HG changeset patch # User Christophe Lincoln # Date 1269377297 -3600 # Node ID ac912393ff1c895380b8fcb9fca500f4fa716305 # Parent 03602acc98316854871ce648f31065af46c7e513 lang= link also default doc diff -r 03602acc9831 -r ac912393ff1c etc/init.d/bootopts.sh --- a/etc/init.d/bootopts.sh Tue Mar 23 20:41:15 2010 +0100 +++ b/etc/init.d/bootopts.sh Tue Mar 23 21:48:17 2010 +0100 @@ -76,6 +76,7 @@ echo "LC_ALL=$LANG" >> /etc/locale.conf [ ! -d /usr/lib/locale/$LANG ] && localedef \ -i $LANG -c -f UTF-8 /usr/lib/locale/$LANG & + tazlocale link-files status ;; kmap=*) # Check for a specified keymap (kmap=*).