summaryrefslogtreecommitdiff
path: root/en
diff options
context:
space:
mode:
authorBaptiste Jammet <baptiste@mailoo.org>2016-12-14 20:28:47 +0000
committerBaptiste Jammet <baptiste@mailoo.org>2016-12-14 20:28:47 +0000
commitbab639efa07b3c5e2a1e3bfed0192ba7c7853a73 (patch)
tree467a1580d002a67fa34041a962c69390b30ffc79 /en
parentde01cb8c1aa2f6699faf9ea49cbac2dca9f92e68 (diff)
downloadinstallation-guide-bab639efa07b3c5e2a1e3bfed0192ba7c7853a73.zip
manual: add missing qemu arg in chrot call and add a <para>
Diffstat (limited to 'en')
-rw-r--r--en/appendix/chroot-install.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/en/appendix/chroot-install.xml b/en/appendix/chroot-install.xml
index 69e406c7a..c8848c81c 100644
--- a/en/appendix/chroot-install.xml
+++ b/en/appendix/chroot-install.xml
@@ -213,7 +213,7 @@ you will need to first copy qemu-user-static to the new host:
<informalexample><screen>
# cp /usr/bin/qemu-ARCH-static /mnt/debinst/usr/bin
-# LANG=C.UTF-8 chroot /mnt/debinst /bin/bash
+# LANG=C.UTF-8 chroot /mnt/debinst qemu-ARCH-static /bin/bash
</screen></informalexample>
After chrooting you may need to set the terminal definition to be
@@ -225,7 +225,8 @@ compatible with the &debian; base system, for example:
Depending on the value of TERM, you may have to install the
<classname>ncurses-term</classname> package to get support for it.
-
+</para>
+<para>
If the target architecture is different from the host,
you need to finish the multi-stage boot strap: