Public bug reported:

Binary package hint: ubuntu-docs

In the Chroot appendix the steps given for configuring locales in the
chroot are incorrect, they don't result in correctly configured locales.

Instead of:

sudo chroot /var/chroot/
apt-get install locales dialog
dpkg-reconfigure locales
exit

It should read something like:

sudo chroot /var/chroot/
apt-get install locales dialog
apt-get install language-pack-en
exit

Of cause one can replace the language pack with a language of their
choice. This then generates locales properly in the chroot.

** Affects: ubuntu-docs (Ubuntu)
     Importance: Untriaged
         Status: Unconfirmed

-- 
Packaging Guide Chroot Does Not Configure Locales Properly
https://launchpad.net/bugs/52070

--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to