Closed candlerb closed 3 years ago
The step which zeros out unused disk space currently happens quite early:
This patch moves it to the end of minimize.sh, so that disk space freed by apt-get -y autoremove --purge etc actually shrinks the image.
minimize.sh
apt-get -y autoremove --purge
(For simplicity this was applied on top of #27, but I can rebase if required) Now rebased
The step which zeros out unused disk space currently happens quite early:
This patch moves it to the end of
minimize.sh
, so that disk space freed byapt-get -y autoremove --purge
etc actually shrinks the image.(For simplicity this was applied on top of #27, but I can rebase if required)Now rebased