From 7778989d3e6a08ab4711f319004b115d407b319c Mon Sep 17 00:00:00 2001 From: Benjamin Sherman Date: Sat, 28 Sep 2024 14:44:49 -0500 Subject: [PATCH] fix: temporarily disable bootupctl generate-update-metadata I noticed this bootupctl command was causing contents of /usr/lib/ostree-boot to be removed. Disabling this for now. See: https://github.com/coreos/bootupd/issues/635#issuecomment-2380874982 --- build_files/build-base.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build_files/build-base.sh b/build_files/build-base.sh index 8e48fd5..ccff6d8 100755 --- a/build_files/build-base.sh +++ b/build_files/build-base.sh @@ -22,5 +22,6 @@ rsync -rvK /ctx/system_files/"${BASE_IMAGE_NAME}"/ / /ctx/build_files/systemd.sh /ctx/build_files/custom-changes.sh /ctx/build_files/initramfs.sh -/ctx/build_files/bootc.sh +# skipping this as it removes /usr/lib/ostree-boot/ contents +#/ctx/build_files/bootc.sh /ctx/build_files/cleanup.sh