diff options
| author | Yuval Adam <yuv.adm@gmail.com> | 2014-12-05 13:28:59 +0100 |
|---|---|---|
| committer | Yuval Adam <yuv.adm@gmail.com> | 2014-12-05 13:28:59 +0100 |
| commit | c6b79b60846ed3754291ebfb7d5f4d8f60e56516 (patch) | |
| tree | e120e2b81a40fe2c1a91e6327c44240d1e44c9dc | |
| parent | d7ec9fda73f0ea9dae61db9cc362bba97c889dcf (diff) | |
Add dd command for USB copy
| -rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |
