Remove unused locales

This reduces the size of the (compressed) image by a few megabytes.
gentoo
Dustin 2023-02-14 19:51:27 -06:00
parent e99049e462
commit f182a4329b
4 changed files with 8 additions and 0 deletions

View File

@ -38,6 +38,9 @@ ${target}-emerge -vnj \
sys-kernel/linux-firmware \
--
ROOT=/mnt/gentoo \
locale-gen
mkdir -p \
/mnt/gentoo/boot/efi \
/mnt/gentoo/dev \

1
overlay/etc/locale.conf Normal file
View File

@ -0,0 +1 @@
LANG=en_US.UTF-8

1
overlay/etc/locale.gen Normal file
View File

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

View File

@ -0,0 +1,3 @@
LINGUAS=en
L10N=en-US
USE="${USE} -nls"