Hi,
I was just fiddling with livecd-creator on my silverblue laptop. If I create a container and try to run livecd-creator I will get for example:
[bkelly@xps fedora-live-workstation]$ sudo livecd-creator -c fedora-live-workstation.ks /usr/lib/python3.9/site-packages/pykickstart/commands/partition.py:448: KickstartParseWarning: A partition with the mountpoint / has already been defined. warnings.warn(_("A partition with the mountpoint %s has already been defined.") % pd.mountpoint, KickstartParseWarning) losetup: cannot find an unused loop device: No such device Error creating Live CD : Failed to loopback mount '/var/tmp/imgcreate-_9rne_ob/tmp-ub9a2g97/ext3fs.img' : Failed to allocate loop device for '/var/tmp/imgcreate-_9rne_ob/tmp-ub9a2g97/ext3fs.img' [bkelly@xps fedora-live-workstation]$
This is not surprising to me, but just wondering if there are any options or methods at this time (other than layering the packages on the host) to produce a spin inside a container.
Thanks!!!
Il giorno gio 22 lug 2021 alle ore 13:01 Boyd Kelly bkelly@coastsystems.net ha scritto:
This is not surprising to me, but just wondering if there are any options or methods at this time (other than layering the packages on the host) to produce a spin inside a container.
Take a look at [1]. It works using podman. I Hope this helps.
Regards Massimiliano
[1] https://github.com/mbugni/fedora-remix#build-the-live-image-using-podman
ah very interesting. Just a question: Did you find it was a requirement to run podman as root?
Thanks!
On Fri, 23 Jul 2021 at 13:49, Massi aka Ergosum massi.ergosum@gmail.com wrote:
Il giorno gio 22 lug 2021 alle ore 13:01 Boyd Kelly bkelly@coastsystems.net ha scritto:
This is not surprising to me, but just wondering if there are any
options or methods at this time (other than layering the packages on the host) to produce a spin inside a container.
Take a look at [1]. It works using podman. I Hope this helps.
Regards Massimiliano
[1] https://github.com/mbugni/fedora-remix#build-the-live-image-using-podman _______________________________________________ spins mailing list -- spins@lists.fedoraproject.org To unsubscribe send an email to spins-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/spins@lists.fedoraproject.org Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure
Il giorno sab 24 lug 2021 alle ore 00:45 Boyd Kelly bkelly@coastsystems.net ha scritto:
ah very interesting. Just a question: Did you find it was a requirement to run podman as root?
Yes. But if you find another way to do it, just let me know.