summaryrefslogtreecommitdiff
path: root/it/install-methods/boot-usb-files.xml
diff options
context:
space:
mode:
authorSamuel Thibault <sthibault@debian.org>2012-02-21 19:49:36 +0000
committerSamuel Thibault <sthibault@debian.org>2012-02-21 19:49:36 +0000
commit8c65de0539b3df0d14bf24860bf8908687a8ec24 (patch)
tree113abb320756e4af0eb59296996b86f92545de93 /it/install-methods/boot-usb-files.xml
parentc42fc84b43df8cc6683e77451283c95b56e13dd2 (diff)
downloadinstallation-guide-8c65de0539b3df0d14bf24860bf8908687a8ec24.zip
Use dd of= instead of cat >, to save users who use sudo. Closes: #660776.
Diffstat (limited to 'it/install-methods/boot-usb-files.xml')
-rw-r--r--it/install-methods/boot-usb-files.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/it/install-methods/boot-usb-files.xml b/it/install-methods/boot-usb-files.xml
index 9622b581b..0f1c657c2 100644
--- a/it/install-methods/boot-usb-files.xml
+++ b/it/install-methods/boot-usb-files.xml
@@ -129,8 +129,8 @@ GNU/Linux, รจ possibile scrivere il file con l'immagine del CD o DVD sulla
chiavetta USB eseguendo:
<informalexample><screen>
-# cat <replaceable>debian.iso</replaceable> &gt; /dev/<replaceable>sdX</replaceable>
-# sync
+<prompt>#</prompt> <userinput>dd if=<replaceable>debian.iso</replaceable> of=/dev/<replaceable>sdX</replaceable></userinput>
+<prompt>#</prompt> <userinput>sync</userinput>
</screen></informalexample>
</para>