From c6b79b60846ed3754291ebfb7d5f4d8f60e56516 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Fri, 5 Dec 2014 13:28:59 +0100 Subject: Add dd command for USB copy --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d41a64d..838850a 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,11 @@ $ cd liveusb $ ./build.sh -v ``` -You should now see `out/amenthes-YYYY.MM.DD-x86_64.iso`. +You should now see `out/amenthes-YYYY.MM.DD-x86_64.iso`, which can be directly copied to a USB drive: + +```bash +$ dd bs=4M if=out/amenthes-YYYY.MM.DD-x86_64.iso of=/dev/sdX && sync +``` ## Design -- cgit v1.3.1