Run aptitude with --without-recommends option
authorMichael Prokop <devnull@localhost>
Thu, 28 Aug 2008 15:12:11 +0000 (17:12 +0200)
committerMichael Prokop <devnull@localhost>
Thu, 28 Aug 2008 15:12:11 +0000 (17:12 +0200)
chroot-script
debian/changelog

index 64563cb..0c7c3c8 100755 (executable)
@@ -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'
index ae176c4..2d4be92 100644 (file)
@@ -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 <mika@grml.org>  Thu, 28 Aug 2008 16:46:24 +0200
+ -- Michael Prokop <mika@grml.org>  Thu, 28 Aug 2008 17:11:55 +0200
 
 grml-debootstrap (0.17) unstable; urgency=low