Installing apt and dpkg updates (if any) first in derivatives mode, then doing dist-upgrade.
This commit is contained in:
parent
50794b1de1
commit
ca1a31dec6
|
@ -264,6 +264,12 @@ fi
|
|||
rm -rf chroot/var/cache/apt/*.bin
|
||||
|
||||
Apt chroot update
|
||||
|
||||
if [ "${LB_DERIVATIVE}" = "true" ]
|
||||
then
|
||||
Apt chroot install apt dpkg
|
||||
fi
|
||||
|
||||
Apt chroot "upgrade"
|
||||
Apt chroot "dist-upgrade"
|
||||
|
||||
|
|
Loading…
Reference in New Issue