summaryrefslogtreecommitdiffstats
path: root/build_tools/larch8/larch0/profiles/linhes-local-disk-testing-i686/post_process
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2011-09-02 19:08:00 (GMT)
committerJames Meyer <james.meyer@operamail.com>2011-09-02 19:08:00 (GMT)
commit3b5fc3346d55c199899ed4eea984ca2783631cfe (patch)
tree4f57cb9ee386f98ff8c2224ca6cf40b3b4fa81a6 /build_tools/larch8/larch0/profiles/linhes-local-disk-testing-i686/post_process
parentb6cec319d1e4e69c06a8bd2ddfc8fef533d8ef54 (diff)
downloadlinhes_dev-3b5fc3346d55c199899ed4eea984ca2783631cfe.zip
profiles: Generate locales as part of the post-process. Remove the locale.gen overlay
Diffstat (limited to 'build_tools/larch8/larch0/profiles/linhes-local-disk-testing-i686/post_process')
-rwxr-xr-xbuild_tools/larch8/larch0/profiles/linhes-local-disk-testing-i686/post_process/modify_chroot.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/build_tools/larch8/larch0/profiles/linhes-local-disk-testing-i686/post_process/modify_chroot.sh b/build_tools/larch8/larch0/profiles/linhes-local-disk-testing-i686/post_process/modify_chroot.sh
index 4b91959..63d52eb 100755
--- a/build_tools/larch8/larch0/profiles/linhes-local-disk-testing-i686/post_process/modify_chroot.sh
+++ b/build_tools/larch8/larch0/profiles/linhes-local-disk-testing-i686/post_process/modify_chroot.sh
@@ -15,3 +15,8 @@ cp -f /.post_process/menu.lst /boot/grub/menu.lst
cp -f /etc/skel/.bash* /root/
rm -f /etc/ssh/ssh_host*key*
+python2 /.post_process/locale.py
+echo "generating locales"
+/usr/sbin/locale-gen
+
+