summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-06-14 15:37:05 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-06-14 15:37:05 -0500
commit10b25c135a4bf04c5275e5bb600a4c088c8d0c08 (patch)
treee6ef26f4db7513e9fa052eb830e74dba40a556b4
parente86b73dc4dd1fb0fb17c0be4a407430162be0cef (diff)
downloaddocs-10b25c135a4bf04c5275e5bb600a4c088c8d0c08.tar.gz
docs-10b25c135a4bf04c5275e5bb600a4c088c8d0c08.tar.bz2
docs-10b25c135a4bf04c5275e5bb600a4c088c8d0c08.tar.xz
docs-10b25c135a4bf04c5275e5bb600a4c088c8d0c08.zip
Installation Handbook: use XML entities for ampersands
-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>