File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -770,7 +770,7 @@ runvm() {
770770
771771 # include COSA in the image
772772 find /usr/lib/coreos-assembler/ -type f > " ${vmpreparedir} /hostfiles"
773- # Include arbitrary files from the host
773+ # Include arbitrary files from the host
774774# cat <<EOF >> "${vmpreparedir}/hostfiles"
775775# /usr/lib/osbuild/stages/org.osbuild.ln
776776# /usr/lib/osbuild/stages/org.osbuild.ln.meta.json
Original file line number Diff line number Diff line change @@ -351,6 +351,10 @@ pipelines:
351351 # See github.com/bootc-dev/bootc/issues/1441
352352 boot-mount-spec : " "
353353 root-mount-spec : " "
354+ # We don't want bootupd to stamp the boot and UEFI paritions
355+ # with the boot uuid because these will change at first boot.
356+ # See https://github.com/coreos/fedora-coreos-config/pull/3898
357+ bootupd-skip-boot-uuid : true
354358 devices :
355359 disk :
356360 type : org.osbuild.loopback
@@ -621,6 +625,10 @@ pipelines:
621625 # See github.com/bootc-dev/bootc/issues/1441
622626 boot-mount-spec : " "
623627 root-mount-spec : " "
628+ # We don't want bootupd to stamp the boot and UEFI paritions
629+ # with the boot uuid because these will change at first boot.
630+ # See https://github.com/coreos/fedora-coreos-config/pull/3898
631+ bootupd-skip-boot-uuid : true
624632 devices :
625633 disk :
626634 type : org.osbuild.loopback
Original file line number Diff line number Diff line change @@ -97,3 +97,8 @@ cat > /usr/lib/ostree/prepare-root.conf <<EOF
9797[composefs]
9898enabled = true
9999EOF
100+
101+ cat << EOF > /usr/lib/bootc/install/10-ostree.toml
102+ [install.ostree]
103+ bls-append-except-default = 'grub_users=""'
104+ EOF
You can’t perform that action at this time.
0 commit comments