Skip to content

Commit 73ea148

Browse files
committed
debug
1 parent 947305b commit 73ea148

File tree

1 file changed

+3
-1
lines changed
  • sdk_container/src/third_party/coreos-overlay/coreos/config/env/sys-apps

1 file changed

+3
-1
lines changed

sdk_container/src/third_party/coreos-overlay/coreos/config/env/sys-apps/policycoreutils

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ fi
2525

2626
# INSTALL_MASK does not work on symlinks.
2727
cros_post_pkg_postinst_drop_rlpkg_symlink() {
28+
elog "in cros_post_pkg_postinst_drop_rlpkg_symlink, FLATCAR_TYPE is ${FLATCAR_TYPE@Q}, FLATCAR_SUBTYPE is ${FLATCAR_SUBTYPE@Q}"
2829
if [[ ${FLATCAR_TYPE} = 'generic' && ${FLATCAR_SUBTYPE} = 'prod' ]]; then
29-
rm -f "${ROOT}"/usr/sbin/rlpkg
30+
elog "removing /usr/sbin/rlpkg and /usr/bin/rlpkg from ${ROOT@Q}"
31+
rm -f "${ROOT}"/usr/sbin/rlpkg "${ROOT}"/usr/bin/rlpkg
3032
fi
3133
}

0 commit comments

Comments
 (0)