From 1766b8028a15452cf2348e3dc598c682148f97b7 Mon Sep 17 00:00:00 2001 From: LaMont Jones Date: Sat, 15 Jan 2005 14:54:44 +0000 Subject: [PATCH] pre-generate a few locales --- livecd.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/livecd.sh b/livecd.sh index 248b0497..2bdf6172 100755 --- a/livecd.sh +++ b/livecd.sh @@ -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