Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions build_image
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
SCRIPT_ROOT=$(dirname $(readlink -f "$0"))
. "${SCRIPT_ROOT}/common.sh" || exit 1

# Ensure all contexts share the same FLATCAR_BUILD_ID. Otherwise,
# ${BUILD_DIR}/version.txt and ${rootfs}/lib/os-release could have different
# FLATCAR_BUILD_ID values, causing the QEMU image to fail to start.
# https://github.com/flatcar/Flatcar/issues/2041
export FLATCAR_BUILD_ID

# Script must run inside the chroot
assert_inside_chroot

Expand Down