Paweł Poławski
Paweł Poławski
> This needs a small fix (cc @elkoniu ) > > ``` > stages/test/test_mkfs_fat.py:4:0: W0611: Unused import re (unused-import) > ``` Done, thanks for finding this one :)
Hi @cgwalters , thanks for the update. I have tried the workaround and it is more complicated. The 1st thing is that standalone package install is not enough as SELinux...
Just for the record - I have tired this with various combinations of `selinux=0/1` and `enforcing=0/1`. So far result is the same.
Hi @cgwalters , I have an update about the testing: ``` [anaconda root@fedora ~]# bootc install to-filesystem --stateroot=default --source-imgref=containers-storage:quay.io/centos-bootc/centos-bootc:stream9 --target-imgref=containers-storage:quay.io/centos-bootc/centos-bootc:stream9 /mnt/sysimage Installing image: docker://containers-storage:quay.io/centos-bootc/centos-bootc:stream9 Initializing ostree layout error: Installing to...
OK, it looks like it may be caused by small amount of RAM on my VM. After changing from 4G to 20G I reached new point: ``` error: Installing to...
``` 56 pub enum Transport { 57 /// A remote Docker/OCI registry (`registry:` or `docker://`) 58 Registry, 59 /// A local OCI directory (`oci:`) 60 OciDir, 61 /// A local...
With the 20G of RAM attached to VM the steep with `mount -t tmpfs tmpfs /var/lib/containers` is not needed.
I have reached a new blocker related to bootloader deployment: ``` [anaconda root@fedora ~]# bootc install to-filesystem --stateroot=default --source-imgref=registry:quay.io/fedora-testing/fedora-bootc:rawhide-minimal --target-imgref=registry:quay.io/fedora-testing/fedora-bootc:rawhide-minimal /mnt/sysimage Installing image: docker://registry:quay.io/fedora-testing/fedora-bootc:rawhide-minimal Initializing ostree layout layers already present:...
@jbtrystram - thanks for the fast answer:) If I can trick `bootupctl` using some symlinks / copy pasting files in some expected location? I will use `BOOTC_BOOTLOADER_DEBUG=1` for sure too.
> > If I can trick bootupctl using some symlinks / copy pasting files in some expected location? > > Or just install a build from https://copr.fedorainfracloud.org/coprs/rhcontainerbot/bootc/ in your testing...