Block a user
Resurrect unintendedly ignored patch file
Revert: x86: Fix Zen3/Zen4 ERMS selection
BTW, I haven't tested the build yet because my dev env is on bhyve. I am affected by the bug and I need to prepare a bare Linux env.
WIP: Revert: x86: Fix Zen3/Zen4 ERMS selection
Fixes to enable bootc
It didn't work.
Is this ok [y/N]: y
Downloading Packages:
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running…
Fixes to enable bootc
Please check the status of the plain almalinux-bootc container. We're trying to install the kernel for RPi to the bootc container, right?
$ podman run --rm -it quay.io/almalinuxorg/almal…
Fixes to enable bootc
Also, /boot always exists because the directory is created during install stage.
%install
%if %{with_up}
# kernel
mkdir -p %{buildroot}/boot/overlays/
Fixes to enable bootc
I'm afraid this doesn't work as intended. The almalinux-bootc image has /boot directory so it will never reach elif [ -d /usr/lib/ostree-boot ]; then block.