From 9966f21b0c43f4f7b1a01d2192674218765dbc98 Mon Sep 17 00:00:00 2001 From: Oro <93224879+orowith2os@users.noreply.github.com> Date: Fri, 15 Jul 2022 14:02:47 -0500 Subject: [PATCH] Update README to add extra instructions Adds instructions for building inside of distrobox, and some information about how to build with docker/podman. May need more information on how to open using bare docker/podman. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index ccf28ab..71170b6 100644 --- a/README.md +++ b/README.md @@ -32,3 +32,11 @@ You will have to use Arch or Arch-Based distros to build this ISO File. * Run `./build_iso.sh` * If you get an error about `/tmp/` running out of space, reboot (to clear tmpfs), then re-run with a dir to use as temp (e.g. `./build_iso.sh FOOBAR`) * If you also add a second arg as in `./build_iso.sh /some/folder testing`, you'll pull from our testing repo + +### How to build inside of Docker or Podman: +* The container **MUST** be ran as root to build. + * Other than needing to be ran as root, it should function correctly. You may need to install a few more dependencies aside from the ones listed here. + + To enter a distrobox container as root, run `distrobox enter --root boxnamehere -- bash` + + (the `-- bash` is to ensure the container opens properly. Install your host shell afterwards to get it to open using your host shell.)