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. --- en/install-methods/boot-usb-files.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'en/install-methods') diff --git a/en/install-methods/boot-usb-files.xml b/en/install-methods/boot-usb-files.xml index 5bc2a14f8..7fe61b691 100644 --- a/en/install-methods/boot-usb-files.xml +++ b/en/install-methods/boot-usb-files.xml @@ -73,8 +73,8 @@ GNU/Linux system, the CD or DVD image file can be written to a USB stick as follows: -# cat debian.iso > /dev/sdX -# sync +# dd if=debian.iso of=/dev/sdX +# sync -- cgit v1.2.3