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
76
76
dnf clean all
77
77
fi
78
78
79
+ # sed -i "s/42.20250901.3.0/42.20250901.3.1/g" /usr/lib/os-release
80
+
79
81
# Rebuild the initramfs to get bootc-initramfs-setup & our other dracut modules
80
82
kver=$(cd /usr/lib/modules && echo *)
81
83
dracut -vf --install "/etc/passwd /etc/group" /usr/lib/modules/$kver/initramfs.img $kver
Original file line number Diff line number Diff line change 2
2
3
3
export FROM=" quay.io/fedora/fedora-coreos:42.20250901.3.0"
4
4
export 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"
5
6
export CONTAINERFILE=" Containerfile.cocl"
6
7
export EXTRA=" extra-cocl"
7
8
exec ./build-bootc-bls
Original file line number Diff line number Diff line change 2
2
3
3
export FROM=" quay.io/fedora/fedora-coreos-bls:42.20250901.3.0"
4
4
export TAG=" quay.io/fedora/fedora-coreos-uki:42.20250901.3.0"
5
+ export ADDONS=" --uki-addon ignition.addon.efi"
5
6
exec ./build-bootc-uki
Original file line number Diff line number Diff line change 2
2
3
3
export FROM=" quay.io/fedora/fedora-coreos-bls-cocl:42.20250901.3.0"
4
4
export 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"
5
8
exec ./build-bootc-uki
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ set -euxo pipefail
5
5
IMAGE=" ${IMAGE:- quay.io/ fedora/ fedora-bootc-uki: 42} "
6
6
TARGET=" ${TARGET:- quay.io/ fedora/ fedora-bootc-uki: 42} "
7
7
DISKIMAGE=" ${DISKIMAGE:- test-filesystem-uki.img} "
8
+ ADDONS=" ${ADDONS:- } "
8
9
9
10
umount -R ./mnt || true
10
11
losetup --detach-all || true
@@ -53,6 +54,7 @@ podman run --rm --net=host --privileged --pid=host \
53
54
--bootloader=systemd \
54
55
--source-imgref " containers-storage:$IMAGE " \
55
56
--target-imgref " ${TARGET} " \
57
+ " ${ADDONS} " \
56
58
/var/mnt
57
59
58
60
# --uki-addon-permanent=btrfs \
You can’t perform that action at this time.
0 commit comments