From 0c06d0bffd6220b18bd27e7dbfb68f322707aec5 Mon Sep 17 00:00:00 2001 From: Louis Abel Date: Sun, 23 Jun 2024 12:53:08 -0700 Subject: [PATCH] Update readme --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c6ecd83..d72b2cc 100644 --- a/README.md +++ b/README.md @@ -24,16 +24,18 @@ Please fork and make a PR! We're still learning how this tool works ourselves. ### How to try it out -You can actually do this in mock pretty easily. You could also probably get -this running in a podman container or otherwise. As of this writing, we -haven't tried it yet. Theory says it should work. +You can run this on a running system, in a mock root, or a podman container. In +fact, most builds may fail in mock due to loop devices being unusable. **Note**: SELinux must be set to permissive. **Note**: There may be cases where a build will fail in mock. If this is the case, you will need to use `--isolation=simple`. -#### Live Image Example (EPEL) +**Note**: If you receive an error about loop devices while running in mock, run +this outside of mock instead. + +#### Live Image Example (EPEL) using mock The below makes an XFCE live image using SIG/Core packages.