summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nl/appendix/preseed.xml8
-rw-r--r--nl/howto/installation-howto.xml6
-rw-r--r--nl/install-methods/boot-usb-files.xml4
3 files changed, 9 insertions, 9 deletions
diff --git a/nl/appendix/preseed.xml b/nl/appendix/preseed.xml
index 943664da5..66c866a28 100644
--- a/nl/appendix/preseed.xml
+++ b/nl/appendix/preseed.xml
@@ -1,5 +1,5 @@
<!-- retain these comments for translator revision tracking -->
-<!-- original version: 37253 untranslated -->
+<!-- original version: 37282 untranslated -->
<!--
Be carefull with the format of this file as it is parsed to generate
@@ -382,10 +382,10 @@ for any of the preseed variables listed in the examples.
</para><para>
-A <quote>&ndash;&ndash;</quote> in the boot options has special meaning.
+A <quote>--</quote> in the boot options has special meaning.
Kernel parameters that appear after it will be copied into the installed
bootloader configuration (if supported by the installer for the
-bootloader). Note that the <quote>&ndash;&ndash;</quote> may already be
+bootloader). Note that the <quote>--</quote> may already be
present in the default boot parameters.
</para>
@@ -423,7 +423,7 @@ The preconfiguration file is in the format used by the
a line in a preconfiguration file is:
<informalexample><screen>
-&lt;owner&gt; &lt;queston name&gt; &lt;question type&gt; &lt;value&gt;
+&lt;owner&gt; &lt;question name&gt; &lt;question type&gt; &lt;value&gt;
</screen></informalexample>
</para><para>
diff --git a/nl/howto/installation-howto.xml b/nl/howto/installation-howto.xml
index 11cdae35d..af3827707 100644
--- a/nl/howto/installation-howto.xml
+++ b/nl/howto/installation-howto.xml
@@ -1,5 +1,5 @@
<!-- retain these comments for translator revision tracking -->
-<!-- original version: 36859 untranslated -->
+<!-- original version: 37295 untranslated -->
<appendix id="installation-howto">
<title>Installation Howto</title>
@@ -138,9 +138,9 @@ can take with you anywhere.
</para><para>
The easiest way to prepare your USB memory stick is to download
-<filename>hd-media/boot.img.gz</filename>, and use gunzip to extract the 128 MB
+<filename>hd-media/boot.img.gz</filename>, and use gunzip to extract the 256 MB
image from that file. Write this image directly to your memory stick, which
-must be at least 128 mb in size. Of course this will destroy anything already
+must be at least 256 mb in size. Of course this will destroy anything already
on the memory stick. Then mount the memory stick, which will now have a FAT
filesystem on it. Next, download a Debian netinst CD image, and copy that file
to the memory stick; any filename is ok as long as it ends in
diff --git a/nl/install-methods/boot-usb-files.xml b/nl/install-methods/boot-usb-files.xml
index b669d9c2b..fb4198303 100644
--- a/nl/install-methods/boot-usb-files.xml
+++ b/nl/install-methods/boot-usb-files.xml
@@ -1,5 +1,5 @@
<!-- retain these comments for translator revision tracking -->
-<!-- original version: 36841 untranslated -->
+<!-- original version: 37295 untranslated -->
<sect1 condition="bootable-usb" id="boot-usb-files">
<title>Preparing Files for USB Memory Stick Booting</title>
@@ -16,7 +16,7 @@ may have to turn off its write protection switch.
</para><para>
-Note that the USB stick should be at least 128 MB in size (smaller
+Note that the USB stick should be at least 256 MB in size (smaller
setups are possible if you follow <xref linkend="usb-copy-flexible"/>).
</para>