Closed bsherman closed 9 months ago
So I confirmed that running podman as sudo allows the ISO to get created. Tested this locally. Could you update this PR with documentation regarding podman:
sudo podman run --rm --privileged --volume .:/isogenerator/output localhost/isogenerator-loop-dev:latest
NOTE: nevermind, I can just do it.
Fixes: https://github.com/ublue-os/isogenerator/issues/36 as well
This creates the loop device during container runtime which allows lorax to build the ISO and not need to rely on a host provided device file.
Fixes: #22