From 22fb532a88a82adf43a21349fc308ec55ace8e9e Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Thu, 28 Aug 2008 17:12:11 +0200 Subject: [PATCH] Run aptitude with --without-recommends option --- chroot-script | 2 +- debian/changelog | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/chroot-script b/chroot-script index 64563cb..0c7c3c8 100755 --- a/chroot-script +++ b/chroot-script @@ -17,7 +17,7 @@ set -e # exit on any error # use aptitude only if it's available if [ -x /usr/bin/aptitude ] ; then - APTINSTALL='aptitude -y install ' + APTINSTALL='aptitude -y --without-recommends install ' APTUPDATE='aptitude update' else APTINSTALL='apt-get --force-yes -y install' diff --git a/debian/changelog b/debian/changelog index ae176c4..2d4be92 100644 --- a/debian/changelog +++ b/debian/changelog @@ -26,8 +26,9 @@ grml-debootstrap (0.18) unstable; urgency=low packages like citadel in lenny. * Allow use of comments in file /etc/debootstrap/packages. * Replace initrd-tools with initramfs-tools. + * Run aptitude with --without-recommends option. - -- Michael Prokop Thu, 28 Aug 2008 16:46:24 +0200 + -- Michael Prokop Thu, 28 Aug 2008 17:11:55 +0200 grml-debootstrap (0.17) unstable; urgency=low -- 2.1.4