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}