On Saturday 19 June 2010, Martin Michlmayr wrote:
> cleanup () {
> + rm -f /target/var/cache/apt/archives/*.deb 2>/dev/null || true
> rm -f "$KERNEL_LIST" "$KERNEL_LIST.unfiltered"
> }
Shouldn't this call 'apt-get cleanup' in /target instead?