Frederick Grose

Results 51 comments of Frederick Grose

Sorry for your frustration. _livecd-iso-to-disk_ has yet to be updated for the new .iso structure in the Fedora 37 series of images.

What happens if we remove the faulty test altogether for BindChrootMount()? ```diff diff --git a/imgcreate/fs.py b/imgcreate/fs.py index b144e4e..7c781f6 100644 --- a/imgcreate/fs.py +++ b/imgcreate/fs.py @@ -1050,7 +1050,7 @@ class BindChrootMount(): self.mounted...

Pull Request #260 addresses these issues.

Thank you for this report and analysis. The correction will appear in the next release.

Yes, the .iso image structure has changed with Fedora 37. A new version of `livecd-iso-to-disk` will be required. I'm testing that now.

The test for `/proc` is simply to confirm that we have a SquashFS only (also referred to as a flattened) rootfs image as opposed to the alternative embedded rootfs.img under...

systemd is in the --add list above.

@meeuw If `chcon -t root_t / /run/overlayfs /run/ovltest` is added to `/usr/libexec/livesys/livesys-main`, which runs in Fedora soon after startup, the labels are set as desired. Is this remedy sufficient for...

See dracut.cmdline.7.asc at line 1219 https://github.com/dracutdevs/dracut/blob/master/man/dracut.cmdline.7.asc#L1219 > If a persistent overlay is detected at the standard LiveOS path, the overlay & > overlay type detected, whether OverlayFS or Device-mapper, will...