X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=chroot-script;h=604f617949fcf693044acfc82e70a780e2ecd4db;hp=3b2ec68fff43a433b3401d2b433aa1da39c50524;hb=fb3f3f9172d5f724371023dc302ebedce399ec04;hpb=bded4f66efbe14fc18367131b79465d540c77634 diff --git a/chroot-script b/chroot-script index 3b2ec68..604f617 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:42:36 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 @@ -46,7 +46,7 @@ fi # sarge specific stuff if [ "$RELEASE" = 'sarge' ] ; then - sed -i "s/ROOT=probe/ROOT=$TARGET" /etc/mkinitrd/mkinitrd.conf + sed -i "s/ROOT=probe/ROOT=$TARGET/" /etc/mkinitrd/mkinitrd.conf fi if [ -n "$KERNEL" ] ; then