summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <yuv.adm@gmail.com>2014-12-05 13:28:59 +0100
committerYuval Adam <yuv.adm@gmail.com>2014-12-05 13:28:59 +0100
commitc6b79b60846ed3754291ebfb7d5f4d8f60e56516 (patch)
treee120e2b81a40fe2c1a91e6327c44240d1e44c9dc
parentd7ec9fda73f0ea9dae61db9cc362bba97c889dcf (diff)
Add dd command for USB copy
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
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