249
255
if ! chroot ./chroot apt-get dselect-upgrade ; then
251
257
chroot ./chroot aptitude -f install # 'apt-get -f install' seems to fail here, though it isn't fatal.
252
258
chroot ./chroot dpkg --configure --pending # Never rely on the frontend to do a backends job :)
253
260
chroot ./chroot apt-get clean # We don't want cache bloating the final ISO
255
263
chroot ./chroot apt-get clean