From 296197c004341fcd8a1d94fd70e55f6d3bffd65f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Thu, 28 Feb 2013 12:44:59 +0000 Subject: [PATCH] InstallationGuideR2B2 changed typo --- InstallationGuideR2B2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InstallationGuideR2B2.md b/InstallationGuideR2B2.md index f5000c75..11da3569 100644 --- a/InstallationGuideR2B2.md +++ b/InstallationGuideR2B2.md @@ -39,7 +39,7 @@ Once you verify this is an authentic ISO, you should burn it on a DVD. If you prefer to use USB as a source for installation, then you just need to copy the ISO onto the USB device, e.g. using dd: ``` {.wiki} -dd if=Qubes-R2-Beta-2-x86_64-DVD.iso of=/dev/sdX +dd if=Qubes-R2-Beta2-x86_64-DVD.iso of=/dev/sdX ``` **Be sure to use a correct device as the target in the dd command above (instead of sdX)**