From 8c65de0539b3df0d14bf24860bf8908687a8ec24 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Tue, 21 Feb 2012 19:49:36 +0000 Subject: Use dd of= instead of cat >, to save users who use sudo. Closes: #660776. --- it/install-methods/boot-usb-files.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'it/install-methods/boot-usb-files.xml') 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: -# cat debian.iso > /dev/sdX -# sync +# dd if=debian.iso of=/dev/sdX +# sync -- cgit v1.2.3