fixups: locale: Add default locale to '/etc/locale.gen' and generate it

Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: Ifa8eb34c1f54164b28ae9d5bde201c2b23929d66
This commit is contained in:
Dongjin Kim
2022-03-09 11:22:28 +09:00
parent a0b20e986f
commit 17ddf02687
3 changed files with 5 additions and 2 deletions

3
fixups/S10-locale Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/sh
locale-gen

View File

@@ -2,8 +2,6 @@
export DEBIAN_FRONTEND=noninteractive
locale-gen en_US.UTF-8
rm -f /etc/apt/sources.list.d/launchpad-hardkernel-ppa.list
apt-key adv --keyserver keyserver.ubuntu.com \

View File

@@ -0,0 +1,2 @@
en_US.UTF-8 UTF-8
ko_KR.UTF-8 UTF-8