From c682814fb8532271ec30e98511a25e708a4aef0a Mon Sep 17 00:00:00 2001 From: Kwadronaut Date: Tue, 11 Dec 2012 22:06:47 +0100 Subject: bug 1065, fix locale issues with virsh and virt-clone --- create-guest-with-cloudinit | 1 + 1 file changed, 1 insertion(+) diff --git a/create-guest-with-cloudinit b/create-guest-with-cloudinit index 7a0037c..994ec90 100755 --- a/create-guest-with-cloudinit +++ b/create-guest-with-cloudinit @@ -12,6 +12,7 @@ VARDIR='/var/lib/libvirt/cloudinit' SCRIPTDIR='/usr/local/bin/leap_cloudadmin' KVM_URI='qemu:///system' SEED='cloudinit_seed.img' +[ -z "$LC_ALL" ] && LC_ALL="en_US.UTF-8" # overwrite defaults [ -e $CONFIG ] && . $CONFIG -- cgit v1.2.3