X-Git-Url: https://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=etc%2Fgrml%2Ffai%2Fconfig%2Fhooks%2Finstsoft.GRMLBASE;h=063c929b1cbbb9517a8ae856e934444b8798b403;hb=bddded93df88ad91d9ad8590950ce62a3b2e2e38;hp=441b009378fbe374e1714bf57ed7d34452eea176;hpb=3ff2a862f83553916a1148543d69a0bbcc97bf4d;p=grml-live.git diff --git a/etc/grml/fai/config/hooks/instsoft.GRMLBASE b/etc/grml/fai/config/hooks/instsoft.GRMLBASE index 441b009..063c929 100755 --- a/etc/grml/fai/config/hooks/instsoft.GRMLBASE +++ b/etc/grml/fai/config/hooks/instsoft.GRMLBASE @@ -4,12 +4,15 @@ # 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 Oct 27 02:15:35 CEST 2007 [mika] +# Latest change: Thu Nov 01 16:18:38 CET 2007 [mika] ################################################################################ set -u set -e +# visualize chroot inside zsh: +echo grml_chroot > $target/etc/debian_chroot + if [ "$FAI_ACTION" = "softupdate" ] ; then echo "Softupdate" # make sure we prefer grml repository: @@ -32,6 +35,9 @@ else # no softupdate but fresh installation # should be removed later on: echo "Acquire::http::Pipeline-Depth "0"; // added by grml-live" >> $target/etc/apt/apt.conf +# Recommends just pull in way tooooo much packages, so disable it: +echo "APT::Install-Recommends "false"; // added by grml-live" >> $target/etc/apt/apt.conf + # install grml keys: gpg --keyserver subkeys.pgp.net --recv-keys F61E2E7CECDEA787 || \ gpg --keyserver blackhole.pca.dfn.de --recv-keys F61E2E7CECDEA787