From f736be4a66637f8150070b7d586adb7174e236f0 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Wed, 17 Dec 2014 22:55:37 +0100 Subject: Add preparations section in README --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 -- cgit v1.3.1