summaryrefslogtreecommitdiff
path: root/en/appendix
diff options
context:
space:
mode:
authorHolger Wansing <holgerw@debian.org>2017-04-19 20:50:58 +0000
committerHolger Wansing <holgerw@debian.org>2017-04-19 20:50:58 +0000
commit1ddee96f5abae6f081a53f0500b6bc924ef987b9 (patch)
tree825ac98e1e7eb13b441b57beb37af8247f31d59c /en/appendix
parent37108a6bb6c19ee279b7870fdc5ac82a06c7e28d (diff)
downloadinstallation-guide-1ddee96f5abae6f081a53f0500b6bc924ef987b9.zip
Some '>' changed into '&gt;' within <informalexample> tags, to get them
correctly processed. Otherwise additional line-breaks appear. + Sync translations.
Diffstat (limited to 'en/appendix')
-rw-r--r--en/appendix/plip.xml2
-rw-r--r--en/appendix/preseed.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/en/appendix/plip.xml b/en/appendix/plip.xml
index cc749661a..d4fc97bd3 100644
--- a/en/appendix/plip.xml
+++ b/en/appendix/plip.xml
@@ -88,7 +88,7 @@ ifconfig <replaceable>plip0 192.168.0.2</replaceable> pointopoint <replaceable>1
# Configure gateway
modprobe iptable_nat
iptables -t nat -A POSTROUTING -o <replaceable>ppp0</replaceable> -j MASQUERADE
-echo 1 > /proc/sys/net/ipv4/ip_forward
+echo 1 &gt; /proc/sys/net/ipv4/ip_forward
</screen></informalexample>
</para>
diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml
index a1f19e49e..e16af67b4 100644
--- a/en/appendix/preseed.xml
+++ b/en/appendix/preseed.xml
@@ -1574,8 +1574,8 @@ d-i finish-install/reboot_in_progress note
# be asked. You can preseed those too, of course. To get a list of every
# possible question that could be asked during an install, do an
# installation, and then run these commands:
-# debconf-get-selections --installer > file
-# debconf-get-selections >> file
+# debconf-get-selections --installer &gt; file
+# debconf-get-selections &gt;&gt; file
</screen></informalexample>
</sect2>