From 9251519d7ac8189c9b6721c74bb283e9f5d017ce Mon Sep 17 00:00:00 2001 From: Jybz Date: Fri, 1 Nov 2019 13:15:49 +0000 Subject: [PATCH] =?UTF-8?q?Change=20la=20locale=20=C3=A0=20C,=20toutes=20l?= =?UTF-8?q?es=20commandes=20du=20script=20sont=20en=20anglais,=20il=20n'y?= =?UTF-8?q?=20a=20plus=20d'erreur=20PERL.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- create_arm_img_urpmi.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/create_arm_img_urpmi.sh b/create_arm_img_urpmi.sh index 9925f96..5ece264 100644 --- a/create_arm_img_urpmi.sh +++ b/create_arm_img_urpmi.sh @@ -16,7 +16,8 @@ # along with this program. If not, see . #Change the local to the most global -#LC_ALL="C" +# export LC_ALL=C.UTF-8 +export LC_ALL=C function WaitToContinue() { @@ -280,7 +281,7 @@ function installbasesystem() # error "line ${LINENO} error installing basesystem-minimal : exiting" # exit ${ERR_1} #fi - /sbin/urpmi --urpmi-root "${BUILD_PATH}" --ignorearch --no-verify-rpm --auto --split-level 200 --split-length 0 urpmi locales-fr u-boot + /sbin/urpmi --urpmi-root "${BUILD_PATH}" --ignorearch --no-verify-rpm --auto --split-level 200 --split-length 0 urpmi locales u-boot if [ ${?} -ne 0 ]; then error "line ${LINENO} error installing urpmi or locales.fr : exiting" exit ${ERR_1}