From: Silvio Rhatto Date: Sat, 14 Jun 2014 15:07:35 +0000 (-0300) Subject: Setting LANG on startup root screen X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=3efc1e2fce6a3ea6734a099d3cd1989b7e7f35a8;p=puppet-nodo.git Setting LANG on startup root screen --- diff --git a/files/etc/rc.local b/files/etc/rc.local index 048710a..4ce3a3a 100644 --- a/files/etc/rc.local +++ b/files/etc/rc.local @@ -37,7 +37,7 @@ fi # Start system-wide screen session if [ -f "/etc/screenrc.startup" ]; then - ( cd /root && HOME=/root /usr/bin/screen -d -m -S root -c /etc/screenrc.startup ) + ( . /etc/default/locale && cd /root && HOME=/root LANG=$LANG /usr/bin/screen -d -m -S root -c /etc/screenrc.startup ) fi # Then exit