Skip to content

Commit

Permalink
set locales properly for stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
korewaChino committed Oct 22, 2023
1 parent 5468b29 commit d9aa4a3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion katsu/modules/live/live.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,11 @@ echo 'File created by kickstart. See systemd-update-done.service(8).' \
| tee /etc/.updated >/var/.updated

# Set locales in chroot
localectl set-locale LANG=en_US.UTF-8
cat > /etc/locale.conf << EOF
LANG=en_US.UTF-8
LANGUAGE=en_US.UTF-8
LC_ALL=en_US.UTF-8
EOF


# Disable network service here, as doing it in the services line
Expand Down

0 comments on commit d9aa4a3

Please sign in to comment.