diff options
author | Samuel Thibault <sthibault@debian.org> | 2012-02-21 19:52:58 +0000 |
---|---|---|
committer | Samuel Thibault <sthibault@debian.org> | 2012-02-21 19:52:58 +0000 |
commit | 7a66ed24d7992ef638917aef25ff87f2d4d388fd (patch) | |
tree | 6a6bdcfae23c712d543716c5c6d47d866e35769e /en | |
parent | 8c65de0539b3df0d14bf24860bf8908687a8ec24 (diff) | |
download | installation-guide-7a66ed24d7992ef638917aef25ff87f2d4d388fd.zip |
Advise to make sure the stick is unmounted.
Diffstat (limited to 'en')
-rw-r--r-- | en/install-methods/boot-usb-files.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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> |