summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <yuv.adm@gmail.com>2014-12-05 01:13:40 +0100
committerYuval Adam <yuv.adm@gmail.com>2014-12-05 01:13:40 +0100
commitbdceadab9e10b3769c906ff9ed0e7dcf6f44dfe5 (patch)
treef0b30cfcbc7789f8406d912825419ea015aa9b14
parent25d28c23fa524d47f80f2011cf0a6e5b5bc20976 (diff)
Add basic archiso build steps to README
-rw-r--r--README.md13
-rw-r--r--liveusb/.keep0
2 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3702de8..096d783 100644
--- a/README.md
+++ b/README.md
@@ -3,3 +3,16 @@
Amenthes ~~is~~ will be a single purpose, live USB-based, Linux distribution which enables secure viewing of a batch of (leaked? :smirk:) files via a hardened desktop.
The project is based on the wonderful [archiso](https://wiki.archlinux.org/index.php/Archiso) scripts.
+
+## Build
+
+Naturally, requires Arch. First, make sure you have `archiso` or `archiso-git` installed.
+
+```bash
+$ cd liveusb
+$ sudo su # become root now, otherwise you get ugly permissions problems
+$ cp -r /usr/share/archiso/configs/baseline/* .
+$ ./build.sh -v
+```
+
+You should now see `out/archlinux-YYYY.MM.DD-x86_64.iso`.
diff --git a/liveusb/.keep b/liveusb/.keep
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/liveusb/.keep