projects
/
leap_cloudadmin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c92ede9
)
bug 1065, fix locale issues with virsh and virt-clone
author
Kwadronaut
<kwadronaut@leap.se>
Tue, 11 Dec 2012 21:06:47 +0000
(22:06 +0100)
committer
Kwadronaut
<kwadronaut@leap.se>
Tue, 11 Dec 2012 21:06:47 +0000
(22:06 +0100)
create-guest-with-cloudinit
patch
|
blob
|
history
diff --git
a/create-guest-with-cloudinit
b/create-guest-with-cloudinit
index
7a0037c
..
994ec90
100755
(executable)
--- 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