File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff 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" \
You can’t perform that action at this time.
0 commit comments