package: debootstrap severity: minor debootstrap-ed image contains some .deb files that would not be used anymore, so removing them at finish is better since we can shrink it.
$ sudo debootstrap --cache-dir=/home/henrich/tmp/cache sid sid (...) $ sudo du -sh sid 282M sid $ sudo rm -r sid/var/cache/apt/archives/* $ sudo du -sh sid 236M sid Any comments? -- Hideki Yamane <henr...@iijmio-mail.jp>