X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=etc%2Fgrml%2Ffai%2Fconfig%2Fscripts%2FGRMLBASE%2F98-clean-chroot;h=be8c47f567b7de4310f7a95e9c727360a86436e8;hp=902bd022e92441582cf5d7cf44e8f5a5426a03ce;hb=c745e7411722e1b63b1f26caf2806e5bddeae2cc;hpb=5ec4a0e27687c85b3ee166573a232468bb2a6e0d diff --git a/etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot b/etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot index 902bd02..be8c47f 100755 --- a/etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot +++ b/etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot @@ -27,7 +27,7 @@ fi if ifclass GRML_SMALL ; then $ROOTCMD apt-get -y --purge remove aptitude for pkg in groff-base info locales man-db manpages nano; do - $ROOTCMD apt-get --purge $pkg || true + $ROOTCMD apt-get --purge remove --yes $pkg || true done fi