Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lxc
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
lxc
Commits
57f61aa7
Commit
57f61aa7
authored
Dec 28, 2010
by
Daniel Baumann
Committed by
Daniel Lezcano
Dec 28, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correcting charset argument when calling locale-gen.
Signed-off-by:
Daniel Lezcano
<
dlezcano@fr.ibm.com
>
parent
346645ef
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lxc-debian.in
templates/lxc-debian.in
+2
-2
No files found.
templates/lxc-debian.in
View file @
57f61aa7
...
@@ -76,10 +76,10 @@ EOF
...
@@ -76,10 +76,10 @@ EOF
# reconfigure some services
# reconfigure some services
if
[
-z
"
$LANG
"
]
;
then
if
[
-z
"
$LANG
"
]
;
then
chroot
$rootfs
locale-gen en_US.UTF-8
chroot
$rootfs
locale-gen en_US.UTF-8
UTF-8
chroot
$rootfs
update-locale
LANG
=
en_US.UTF-8
chroot
$rootfs
update-locale
LANG
=
en_US.UTF-8
else
else
chroot
$rootfs
locale-gen
$LANG
chroot
$rootfs
locale-gen
$LANG
$(
echo
$LANG
|
cut
-d
.
-f2
)
chroot
$rootfs
update-locale
LANG
=
$LANG
chroot
$rootfs
update-locale
LANG
=
$LANG
fi
fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment