Change la locale à C, toutes les commandes du script sont en anglais, il n'y a plus d'erreur PERL.
This commit is contained in:
parent
19a14be866
commit
9251519d7a
@ -16,7 +16,8 @@
|
|||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
#Change the local to the most global
|
#Change the local to the most global
|
||||||
#LC_ALL="C"
|
# export LC_ALL=C.UTF-8
|
||||||
|
export LC_ALL=C
|
||||||
|
|
||||||
function WaitToContinue()
|
function WaitToContinue()
|
||||||
{
|
{
|
||||||
@ -280,7 +281,7 @@ function installbasesystem()
|
|||||||
# error "line ${LINENO} error installing basesystem-minimal : exiting"
|
# error "line ${LINENO} error installing basesystem-minimal : exiting"
|
||||||
# exit ${ERR_1}
|
# exit ${ERR_1}
|
||||||
#fi
|
#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
|
if [ ${?} -ne 0 ]; then
|
||||||
error "line ${LINENO} error installing urpmi or locales.fr : exiting"
|
error "line ${LINENO} error installing urpmi or locales.fr : exiting"
|
||||||
exit ${ERR_1}
|
exit ${ERR_1}
|
||||||
|
Reference in New Issue
Block a user