Skip to content

Commit dfe14ee

Browse files
committed
osbuild/bootc: skip writing boot parition UUID
By default bootc calls bootups with the `--write-uuid` option that write a stamp file with the boot partition UUID in the UEFI parition. We want to restamp those UUID at first boot, so adding this option make sure bootc does not pass that flag to bootupd. See bootc-dev/bootc#1978
1 parent 27460a0 commit dfe14ee

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src/osbuild-manifests/coreos.osbuild.x86_64.bootc.mpp.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,10 @@ pipelines:
341341
# See github.com/bootc-dev/bootc/issues/1441
342342
boot-mount-spec: ""
343343
root-mount-spec: ""
344+
# We don't want bootupd to stamp the boot and UEFI paritions
345+
# with the boot uuid because these will change at first boot.
346+
# See https://github.com/coreos/fedora-coreos-config/pull/3898
347+
bootupd-skip-boot-uuid: true
344348
devices:
345349
disk:
346350
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

0 commit comments

Comments
 (0)