aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Kohler <bkohler@gentoo.org>2023-05-10 13:10:11 -0500
committerBen Kohler <bkohler@gentoo.org>2023-05-10 13:10:11 -0500
commitd7e25003b3657b8fb9dd69787efbdb6dec6cb491 (patch)
tree14cd8bb48b969c016b503a0cf847354aaeec59d3
parentlivecd-stage2/controller.sh: remove stray slash from universal cleanup (diff)
downloadcatalyst-d7e25003b3657b8fb9dd69787efbdb6dec6cb491.tar.gz
catalyst-d7e25003b3657b8fb9dd69787efbdb6dec6cb491.tar.bz2
catalyst-d7e25003b3657b8fb9dd69787efbdb6dec6cb491.zip
stagebase.py: switch to LC_MESSAGES=C.utf8 in make.conf
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
-rw-r--r--catalyst/base/stagebase.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/catalyst/base/stagebase.py b/catalyst/base/stagebase.py
index 732c5939..812ac4c8 100644
--- a/catalyst/base/stagebase.py
+++ b/catalyst/base/stagebase.py
@@ -1173,7 +1173,7 @@ class StageBase(TargetBase, ClearBase, GenBase):
'\n'
'# This sets the language of build output to English.\n'
'# Please keep this setting intact when reporting bugs.\n'
- 'LC_MESSAGES=C\n')
+ 'LC_MESSAGES=C.utf8\n')
def fsscript(self):
if "autoresume" in self.settings["options"] \