X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=chroot-script;h=fc35e95b5c85ec7485b743553129aac563d4faa1;hp=1ce5ac7e4a375926ff94753bfe7b0fc82a394d6e;hb=89e2ad98ad3b1362bb43d7b1634780c1c9db372f;hpb=8cedc171928bacf677b7bca3ae153efbf96fdb84 diff --git a/chroot-script b/chroot-script index 1ce5ac7..fc35e95 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 15:14:28 CET 2006 [mika] +# Latest change: Fre Nov 03 15:24:53 CET 2006 [mika] ################################################################################ set -e # exit on any error @@ -17,6 +17,10 @@ if [ -n "$CHROOTMIRROR" ] ; then echo "$CHROOTMIRROR" > /etc/apt/sources.list fi +#if ! [ -n /etc/kernel-img.conf ] ; then +# echo "do_initrd = Yes" > /etc/kernel-img.conf +#fi + # install additional packages if [ "$PACKAGES" = 'yes' ] ; then if ! [ -r /etc/debootstrap/packages ] ; then