Remove unused locales
This reduces the size of the (compressed) image by a few megabytes.
This commit is contained in:
@@ -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
1
overlay/etc/locale.conf
Normal file
@@ -0,0 +1 @@
|
||||
LANG=en_US.UTF-8
|
||||
1
overlay/etc/locale.gen
Normal file
1
overlay/etc/locale.gen
Normal file
@@ -0,0 +1 @@
|
||||
en_US.UTF-8 UTF-8
|
||||
3
portage/make.conf/40-lang.conf
Normal file
3
portage/make.conf/40-lang.conf
Normal file
@@ -0,0 +1,3 @@
|
||||
LINGUAS=en
|
||||
L10N=en-US
|
||||
USE="${USE} -nls"
|
||||
Reference in New Issue
Block a user