File tree Expand file tree Collapse file tree 5 files changed +9
-0
lines changed Expand file tree Collapse file tree 5 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,8 @@ if [[ "$(grep -c "VARIANT=\"CoreOS\"" /etc/os-release)" -eq 1 ]]; then
7676 dnf clean all
7777fi
7878
79+ # sed -i "s/42.20250901.3.0/42.20250901.3.1/g" /usr/lib/os-release
80+
7981# Rebuild the initramfs to get bootc-initramfs-setup & our other dracut modules
8082kver=$(cd /usr/lib/modules && echo *)
8183dracut -vf --install "/etc/passwd /etc/group" /usr/lib/modules/$kver/initramfs.img $kver
Original file line number Diff line number Diff line change 22
33export FROM=" quay.io/fedora/fedora-coreos:42.20250901.3.0"
44export TAG=" quay.io/fedora/fedora-coreos-bls-cocl:42.20250901.3.0"
5+ # export TAG="quay.io/fedora/fedora-coreos-bls-cocl:42.20250901.3.1"
56export CONTAINERFILE=" Containerfile.cocl"
67export EXTRA=" extra-cocl"
78exec ./build-bootc-bls
Original file line number Diff line number Diff line change 22
33export FROM=" quay.io/fedora/fedora-coreos-bls:42.20250901.3.0"
44export TAG=" quay.io/fedora/fedora-coreos-uki:42.20250901.3.0"
5+ export ADDONS=" --uki-addon ignition.addon.efi"
56exec ./build-bootc-uki
Original file line number Diff line number Diff line change 22
33export FROM=" quay.io/fedora/fedora-coreos-bls-cocl:42.20250901.3.0"
44export TAG=" quay.io/fedora/fedora-coreos-uki-cocl:42.20250901.3.0"
5+ # export FROM="quay.io/fedora/fedora-coreos-bls-cocl:42.20250901.3.1"
6+ # export TAG="quay.io/fedora/fedora-coreos-uki-cocl:42.20250901.3.1"
7+ export ADDONS=" --uki-addon ignition.addon.efi"
58exec ./build-bootc-uki
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ set -euxo pipefail
55IMAGE=" ${IMAGE:- quay.io/ fedora/ fedora-bootc-uki: 42} "
66TARGET=" ${TARGET:- quay.io/ fedora/ fedora-bootc-uki: 42} "
77DISKIMAGE=" ${DISKIMAGE:- test-filesystem-uki.img} "
8+ ADDONS=" ${ADDONS:- } "
89
910umount -R ./mnt || true
1011losetup --detach-all || true
@@ -53,6 +54,7 @@ podman run --rm --net=host --privileged --pid=host \
5354 --bootloader=systemd \
5455 --source-imgref " containers-storage:$IMAGE " \
5556 --target-imgref " ${TARGET} " \
57+ " ${ADDONS} " \
5658 /var/mnt
5759
5860# --uki-addon-permanent=btrfs \
You can’t perform that action at this time.
0 commit comments