X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=etc%2Fgrml%2Ffai%2Fconfig%2Fscripts%2FGRMLBASE%2F33-aptsetup;h=2ccff06c59ec95ad7ce15e88d40cb02a3c31c45f;hb=19df4611c634f48c2ea0d321083e55bd0a2eeae4;hp=740b81e9cb2927e4c5abd550ab833e41a15da1d5;hpb=e08881cde5d29236a5992a0a501b43e88d66732d;p=grml-live.git diff --git a/etc/grml/fai/config/scripts/GRMLBASE/33-aptsetup b/etc/grml/fai/config/scripts/GRMLBASE/33-aptsetup index 740b81e..2ccff06 100755 --- a/etc/grml/fai/config/scripts/GRMLBASE/33-aptsetup +++ b/etc/grml/fai/config/scripts/GRMLBASE/33-aptsetup @@ -1,10 +1,10 @@ #!/bin/sh -# Filename: /etc/grml/fai/config/scripts/GRML/33-aptsetup +# Filename: /etc/grml/fai/config/scripts/GRMLBASE/33-aptsetup # Purpose: configure Debian package management of live-system # 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: Sun Sep 16 23:10:06 CEST 2007 [mika] +# Latest change: Mit Okt 24 14:30:39 CEST 2007 [mika] ################################################################################ set -u @@ -14,9 +14,9 @@ rm -f $target/etc/apt/sources.list $ROOTCMD ln -s /etc/apt/sources.list.grml /etc/apt/sources.list -if [ -r /etc/grml/fai/files/etc/apt/preferences ] ; then - cp /etc/grml/fai/files/etc/apt/preferences $target/etc/apt/preferences -fi +#if [ -r /etc/grml/fai/files/etc/apt/preferences ] ; then +# cp /etc/grml/fai/files/etc/apt/preferences $target/etc/apt/preferences +#fi ## END OF FILE ################################################################# # vim:ft=sh expandtab ai tw=80 tabstop=4 shiftwidth=3