diff options
author | Samuel Thibault <sthibault@debian.org> | 2012-02-21 19:49:36 +0000 |
---|---|---|
committer | Samuel Thibault <sthibault@debian.org> | 2012-02-21 19:49:36 +0000 |
commit | 8c65de0539b3df0d14bf24860bf8908687a8ec24 (patch) | |
tree | 113abb320756e4af0eb59296996b86f92545de93 /it/install-methods | |
parent | c42fc84b43df8cc6683e77451283c95b56e13dd2 (diff) | |
download | installation-guide-8c65de0539b3df0d14bf24860bf8908687a8ec24.zip |
Use dd of= instead of cat >, to save users who use sudo. Closes: #660776.
Diffstat (limited to 'it/install-methods')
-rw-r--r-- | it/install-methods/boot-usb-files.xml | 4 |
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> > /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> |