summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog3
-rw-r--r--en/install-methods/boot-usb-files.xml2
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 5165e0e12..1264e3adb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -22,7 +22,8 @@ installation-guide (2011xxxx) UNRELEASED; urgency=low
patch. Closes: Bug#608828.
* Update xorg, brltty and speakup versions.
* WPA/WPA2 is now available. Closes: #659648.
- * Use dd of= instead of cat >, to save users who use sudo. Closes: #660776.
+ * Use dd of= instead of cat >, to save users who use sudo. Advise to make
+ sure the stick is unmounted. Closes: #660776.
[ Joey Hess ]
* Fix typo in example preseed. Closes: #612631
diff --git a/en/install-methods/boot-usb-files.xml b/en/install-methods/boot-usb-files.xml
index 7fe61b691..a4873ca4a 100644
--- a/en/install-methods/boot-usb-files.xml
+++ b/en/install-methods/boot-usb-files.xml
@@ -70,7 +70,7 @@ You should mount the second of the two partitions, and unpack the firmware onto
The CD or DVD image you choose should be written directly to the USB stick,
overwriting its current contents. For example, when using an existing
GNU/Linux system, the CD or DVD image file can be written to a USB stick
-as follows:
+as follows, after having made sure that the stick is unmounted:
<informalexample><screen>
<prompt>#</prompt> <userinput>dd if=<replaceable>debian.iso</replaceable> of=/dev/<replaceable>sdX</replaceable></userinput>