Chris Kyrouac

Results 25 comments of Chris Kyrouac

a little update on my progress from today. I created this script to speed up testing (run as root): ``` #!/bin/bash #deps #dnf install -y bootupd mkdir -p /var/mnt MOUNT=/var/mnt...

ah thanks. I think the "/dev/loop5" and "/var/mnt" options are where the bootloader is installed. From the help page of `bootupctl backend install --help`: ``` --auto Automatically choose components based...

This is working for me with `podman machine init ... -v /var/tmp/tmt:/var/tmp/tmt ...` > IOW as a bootc developer I should have a flow that's basically > > podman build...

I think this may be necessary in order to support cleanly adding directories with symlinks (especially broken symlinks) to a layer. e.g. when trying to recursively add containers storage (/usr/lib/containers),...