256
258
# Try to fix unconfigured packages - e.g. vifm causes some issues with hardy. Ceni needs this too?
257
259
chroot ./chroot aptitude -f install # 'apt-get -f install' seems to fail here, though it isn't fatal.
258
260
chroot ./chroot dpkg --configure --pending # Never rely on the frontend to do a backends job :)
260
265
chroot ./chroot apt-get clean # We don't want cache bloating the final ISO
263
271
chroot ./chroot apt-get clean