Skip to content

Commit fc437ba

Browse files
committed
DEBUG
Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
1 parent f4be446 commit fc437ba

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

build_library/sysext_prod_builder

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,14 @@ create_prod_sysext() {
7171
# The --install_root_basename="${name}-base-sysext-rootfs" flag is
7272
# important - it sets the name of a rootfs directory, which is used
7373
# to determine the package target in coreos/base/profile.bashrc
74+
echo sudo "FLATCAR_BUILD_ID=$FLATCAR_BUILD_ID" "${SCRIPTS_DIR}/build_sysext" \
75+
--board="${BOARD}" \
76+
--image_builddir="${workdir}/sysext-build" \
77+
--squashfs_base="${base_sysext}" \
78+
--generate_pkginfo \
79+
--install_root_basename="${name}-base-sysext-rootfs" \
80+
"${build_sysext_opts[@]}" \
81+
"${name}" "${grp_pkg[@]}"
7482
sudo "FLATCAR_BUILD_ID=$FLATCAR_BUILD_ID" "${SCRIPTS_DIR}/build_sysext" \
7583
--board="${BOARD}" \
7684
--image_builddir="${workdir}/sysext-build" \

0 commit comments

Comments
 (0)