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