Forum | Documentation | Website | Blog

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

chroot: also call dist-upgrade


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 965bf2dd
No related merge requests found
......@@ -593,6 +593,7 @@ cat > "${DIR}/chroot_script.sh" <<-__EOF__
apt-get update
apt-get upgrade -y --force-yes
apt-get dist-upgrade -y --force-yes
if [ "x${chroot_very_small_image}" = "xenable" ] ; then
if [ -f /bin/busybox ] ; then
......
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