From 0a2bf236a2d8938fb4baf0cb58464bc448258be0 Mon Sep 17 00:00:00 2001 From: soycode Date: Sun, 20 May 2018 13:50:46 -0700 Subject: [PATCH] Change dd bs flag to work across BSD/GPL versions of dd --- installing/installation-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installing/installation-guide.md b/installing/installation-guide.md index 9f2f5774..6fac0c32 100644 --- a/installing/installation-guide.md +++ b/installing/installation-guide.md @@ -94,7 +94,7 @@ an installation medium.) If you prefer to use a USB drive, then you just need to copy the ISO onto the USB device, e.g. using `dd`: - dd if=Qubes-R3-x86_64.iso of=/dev/sdX bs=1M && sync + dd if=Qubes-R3-x86_64.iso of=/dev/sdX bs=1024 && sync Change `Qubes-R3-x86_64.iso` to the filename of the version you're installing, and change `/dev/sdX` to the correct target device (e.g., `/dev/sdc`).