Remove unused locales
This reduces the size of the (compressed) image by a few megabytes.gentoo
parent
e99049e462
commit
f182a4329b
|
@ -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 \
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
LANG=en_US.UTF-8
|
|
@ -0,0 +1 @@
|
|||
en_US.UTF-8 UTF-8
|
|
@ -0,0 +1,3 @@
|
|||
LINGUAS=en
|
||||
L10N=en-US
|
||||
USE="${USE} -nls"
|
Loading…
Reference in New Issue