X-Git-Url: https://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=chroot-script;h=7192cdc81ce12a63dbc22325be7127ab09be7ace;hb=775fbc83a9e586051234a8698bdd15e984d2c351;hp=6692cbb61d44d9693a6be7c7a871b5ae21c316d2;hpb=809a77ba79fca593a137f1d2c6a2ac8408ebfa04;p=grml-debootstrap.git diff --git a/chroot-script b/chroot-script index 6692cbb..7192cdc 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:39:35 CET 2006 [mika] +# Latest change: Fre Nov 03 23:42:36 CET 2006 [mika] ################################################################################ set -e # exit on any error @@ -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 @@ -131,6 +131,10 @@ KERNELVER=${KERNELIMG#/boot/vmlinuz-} # generate initrd if [ -n "$INITRD" ] ; then + if [ "$RELEASE" = 'sarge' ] ; then + einfo "Release sarge detected, will not create an initrd." + return 0 + fi echo "Generating initrd." update-initramfs -c -t -k $KERNELVER if [ -f "/boot/initrd.img-$KERNELVER" ] ; then