diff options
| author | Yuval Adam <yuval@y3xz.com> | 2014-12-17 22:55:37 +0100 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2014-12-17 22:55:37 +0100 |
| commit | f736be4a66637f8150070b7d586adb7174e236f0 (patch) | |
| tree | c2a6a85ff6bc94f84fa00167cd05db09ba7c20b0 /README.md | |
| parent | 08e4082af229ba87dda9b7224f87a64f1f2ef206 (diff) | |
Add preparations section in README
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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 |
