diff options
author | Samuel Thibault <sthibault@debian.org> | 2011-07-21 22:37:10 +0000 |
---|---|---|
committer | Samuel Thibault <sthibault@debian.org> | 2011-07-21 22:37:10 +0000 |
commit | 9a4157f7df360cae4fc51fef8bb6cbd436bdcf41 (patch) | |
tree | 5edeecf053555317bd8730da04e225f0e5c24ba1 | |
parent | 84646c96fdbf128da000586b3542df62c7f58fca (diff) | |
download | installation-guide-9a4157f7df360cae4fc51fef8bb6cbd436bdcf41.zip |
Use C.UTF-8 locale for chroot install. Closes: #634167.
-rw-r--r-- | debian/changelog | 9 | ||||
-rw-r--r-- | en/appendix/chroot-install.xml | 2 |
2 files changed, 7 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 3223de3f5..de42eda27 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,9 +11,6 @@ installation-guide (2011xxxx) UNRELEASED; urgency=low * Update powerpc's copy of documentation for copying ISO file on USB keys. * Add software speech synthesis documentation. - [ Miguel Figueiredo ] - * Fix chroot install keyboard configuration. Closes: #634168. - [ Joey Hess ] * Fix typo in example preseed. Closes: #612631 @@ -32,6 +29,12 @@ installation-guide (2011xxxx) UNRELEASED; urgency=low [ Martin Michlmayr ] * Update list of supported ARM devices. + [ Miguel Figueiredo ] + * Fix chroot install keyboard configuration. Closes: #634168. + + [ Julian Andres Klode ] + * Use C.UTF-8 locale for chroot install. Closes: #634167. + -- Samuel Thibault <sthibault@debian.org> Sun, 20 Feb 2011 21:47:31 +0100 installation-guide (20110122) unstable; urgency=low diff --git a/en/appendix/chroot-install.xml b/en/appendix/chroot-install.xml index 67d7c5230..5ac9083dd 100644 --- a/en/appendix/chroot-install.xml +++ b/en/appendix/chroot-install.xml @@ -204,7 +204,7 @@ Now you've got a real &debian; system, though rather lean, on disk. <command>chroot</command> into it: <informalexample><screen> -# LANG=C chroot /mnt/debinst /bin/bash +# LANG=C.UTF-8 chroot /mnt/debinst /bin/bash </screen></informalexample> After chrooting you may need to set the terminal definition to be |