summaryrefslogtreecommitdiff
path: root/de/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 /de/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 'de/install-methods/boot-usb-files.xml')
-rw-r--r--de/install-methods/boot-usb-files.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/de/install-methods/boot-usb-files.xml b/de/install-methods/boot-usb-files.xml
index b4541cf7d..21927ccb7 100644
--- a/de/install-methods/boot-usb-files.xml
+++ b/de/install-methods/boot-usb-files.xml
@@ -78,8 +78,8 @@ werden. Auf einem vorhandenen GNU/Linux-System kann das Image wie folgt
auf den USB-Stick geschrieben werden:
<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>