X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=chroot-script;h=6692cbb61d44d9693a6be7c7a871b5ae21c316d2;hp=3b2ec68fff43a433b3401d2b433aa1da39c50524;hb=809a77ba79fca593a137f1d2c6a2ac8408ebfa04;hpb=bded4f66efbe14fc18367131b79465d540c77634 diff --git a/chroot-script b/chroot-script index 3b2ec68..6692cbb 100644 --- a/chroot-script +++ b/chroot-script @@ -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. -# Latest change: Fre Nov 03 23:30:04 CET 2006 [mika] +# Latest change: Fre Nov 03 23:39:35 CET 2006 [mika] ################################################################################ set -e # exit on any error @@ -14,7 +14,7 @@ set -e # exit on any error [ -r /proc/1 ] || mount -t proc none /proc if [ -n "$CHROOTMIRROR" ] ; then - echo "deb $CHROOTMIRROR $RELEASE main contrib non-free" /etc/apt/sources.list + echo "deb $CHROOTMIRROR $RELEASE main contrib non-free" > /etc/apt/sources.list fi if ! [ -r /etc/kernel-img.conf ] ; then