Skip to content

Commit 3df2b90

Browse files
committed
osbuild: don't use bootprefix=true on aarch64 for now
Workaround an issue we are seeing where apparently the length of the entry in the BLS config is causing systems to not boot. - coreos/fedora-coreos-tracker#1667 (comment) - coreos/fedora-coreos-tracker#1647 (comment)
1 parent 1d51ca4 commit 3df2b90

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/osbuild-manifests/coreos.osbuild.aarch64.mpp.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,9 @@ pipelines:
111111
# because there is a symlink that is created in the root of the boot
112112
# filesystem by OSTree (boot -> .) that makes it so that /boot paths
113113
# will always work.
114-
bootprefix: true
114+
# XXX disabled for now because of file length BLS issue only observed on aarch64
115+
# https://github.com/coreos/fedora-coreos-tracker/issues/1667#issuecomment-1967779592
116+
#bootprefix: true
115117
- type: org.osbuild.mkdir
116118
options:
117119
paths:

0 commit comments

Comments
 (0)