Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 7dfd02ba authored by Robert Nelson's avatar Robert Nelson
Browse files

chroot: log this


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 03daee49
No related merge requests found
......@@ -576,6 +576,7 @@ cat > "${DIR}/chroot_script.sh" <<-__EOF__
if [ "x\${deb_codename}" = "xstretch" ] ; then
apt_options="--allow-downgrades --allow-remove-essential --allow-change-held-packages"
fi
echo "Log: (chroot): apt using \${apt_options}"
}
install_pkg_updates () {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment