summaryrefslogtreecommitdiff
path: root/src/install/1_begin.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/install/1_begin.xml')
-rw-r--r--src/install/1_begin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/install/1_begin.xml b/src/install/1_begin.xml
index 2a023fc..170db36 100644
--- a/src/install/1_begin.xml
+++ b/src/install/1_begin.xml
@@ -51,7 +51,7 @@
<para>It's a good idea to double-check if you've got that device name right. Make sure you're using the name of the whole drive (such as, e.g., <literal>/dev/sde</literal>) and not merely that of a partition residing on it (e.g., <literal>/dev/sde1</literal>).</para>
<para>Next, make sure the device is not mounted. Then run the <command>dd</command> command and after that the <command>sync</command> command as shown below, replacing <literal>/dev/sdX</literal> with the actual name of the target device and <literal>adelie.iso</literal> with the file name of the image you want to put onto the flash drive. Running these commands may require superuser privileges.</para>
<para>Beware that this operation will <emphasis>destroy all data</emphasis> still residing on the target device!</para>
- <para><command>dd if=adelie.iso of=/dev/sdX bs=4M && sync</command></para>
+ <para><command>dd if=adelie.iso of=/dev/sdX bs=4M &amp;&amp; sync</command></para>
</section>
</section>
</chapter>