From 10b25c135a4bf04c5275e5bb600a4c088c8d0c08 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Fri, 14 Jun 2019 15:37:05 -0500 Subject: Installation Handbook: use XML entities for ampersands --- src/install/1_begin.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/install/1_begin.xml') 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 @@ 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., /dev/sde) and not merely that of a partition residing on it (e.g., /dev/sde1). Next, make sure the device is not mounted. Then run the dd command and after that the sync command as shown below, replacing /dev/sdX with the actual name of the target device and adelie.iso with the file name of the image you want to put onto the flash drive. Running these commands may require superuser privileges. Beware that this operation will destroy all data still residing on the target device! - dd if=adelie.iso of=/dev/sdX bs=4M && sync + dd if=adelie.iso of=/dev/sdX bs=4M && sync -- cgit v1.2.3-70-g09d2