summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <yuval@y3xz.com>2014-12-17 22:55:37 +0100
committerYuval Adam <yuval@y3xz.com>2014-12-17 22:55:37 +0100
commitf736be4a66637f8150070b7d586adb7174e236f0 (patch)
treec2a6a85ff6bc94f84fa00167cd05db09ba7c20b0
parent08e4082af229ba87dda9b7224f87a64f1f2ef206 (diff)
Add preparations section in README
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1d143b6..783b756 100644
--- a/README.md
+++ b/README.md
@@ -14,6 +14,20 @@ An existing `x86_64` [Arch Linux](https://www.archlinux.org/) system with `archi
Generated ISO currently supports `x86_64` targets only, with `i686` (32-bit) support planned for future releases. The desktop environment will run on most Intel, AMD/ATI and Nvidia video adapters.
+## Prepare
+
+Collect all the payload files under the `liveusb/encrypt` directory:
+
+```bash
+$ cp /path/to/payload/files/* liveusb/encrypt/
+```
+
+If your payload requires any special packages, add them now:
+
+```bash
+$ echo 'additional-package' >> packages.x86_64
+```
+
## Build
```bash