From bcffb5f41ff06a54a4810fde4ed8713a1db724d0 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Mon, 7 Jan 2008 11:35:08 +0100 Subject: [PATCH] 98-clean-chroot: remove packages via dpkg instead of apt-get --- debian/changelog | 4 ++++ etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot | 5 ++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 02be88b..d231ab2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,6 +16,10 @@ grml-live (0.0.15) unstable; urgency=low - add debian2hd for isolinux/syslinux - fix serial bootoption - add grml2hd template for grub + * /etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot: + remove packages via dpkg instead of apt-get. Thanks for the + bugreport to Lupe Christoph. Thanks for the fix, formorer. + [Testing: issue367] -- Michael Prokop Fri, 28 Dec 2007 18:48:11 +0100 diff --git a/etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot b/etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot index d8db874..2383622 100755 --- a/etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot +++ b/etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot @@ -4,7 +4,7 @@ # Authors: grml-team (grml.org), (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2 or any later version. -# Latest change: Sat Dec 22 09:58:17 CET 2007 [mika] +# Latest change: Mon Jän 07 11:33:41 CET 2008 [mika] ################################################################################ set -e @@ -34,8 +34,7 @@ fi # make sure to drop from grml-small what's unnecessary: if ifclass GRML_SMALL ; then - $ROOTCMD apt-get -y --purge remove groff-base info \ - locales man-db manpages nano + $ROOTCMD dpkg --purge groff-base info locales man-db manpages nano fi # remove /usr/share/doc, /usr/share/info,... only in class REMOVE_DOCS: -- 2.1.4