ublue-os / isogenerator

Creates an ISO for installing a container image as an OS
Apache License 2.0
16 stars 2 forks source link

fix: make loop device during container build of ISO #41

Closed bsherman closed 9 months ago

bsherman commented 9 months ago

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

noelmiller commented 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.

noelmiller commented 9 months ago

Fixes: https://github.com/ublue-os/isogenerator/issues/36 as well