From f718107cff5921ebefe38a6bb7313ba2fd3c9965 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Mon, 24 May 2010 14:56:31 +0000 Subject: make sure to use the user-selected locale When running draklive-install automatically when the One boots, the user-selected locale won't be present in X environment, so we need to explicitly set it if we want the user to get translations for draklive-install --- draklive-install.xsetup | 1 + 1 file changed, 1 insertion(+) (limited to 'draklive-install.xsetup') diff --git a/draklive-install.xsetup b/draklive-install.xsetup index 12f197d..e6df573 100755 --- a/draklive-install.xsetup +++ b/draklive-install.xsetup @@ -1,6 +1,7 @@ #!/bin/sh # to be sourced if grep -q '\binstall\b' /proc/cmdline; then + . /etc/sysconfig/i18n /usr/sbin/draklive-install reboot fi -- cgit v1.2.1