pre-generate a few locales

This commit is contained in:
LaMont Jones 2005-01-15 14:54:44 +00:00
parent 93eee4c86c
commit 1766b8028a

View File

@ -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