pre-generate a few locales

ubuntu/precise
LaMont Jones 20 years ago
parent 93eee4c86c
commit 1766b8028a

@ -89,6 +89,12 @@ do_initrd = yes
link_in_boot = no
@@EOF
cat << @@EOF > ${ROOT}etc/locale.gen
en_US.UTF-8 UTF-8
en_GB.UTF-8 UTF-8
en_ZA.UTF-8 UTF-8
@@EOF
mkdir -p ${ROOT}proc
mount -tproc none ${ROOT}proc

Loading…
Cancel
Save