Install busybox in kernel stage
authorMichael Prokop <mika@grml.org>
Tue, 7 Jul 2009 23:20:33 +0000 (01:20 +0200)
committerMichael Prokop <mika@grml.org>
Tue, 7 Jul 2009 23:20:33 +0000 (01:20 +0200)
chroot-script
debian/changelog

index 347bead..5ca8295 100755 (executable)
@@ -196,7 +196,8 @@ kernel() {
      if [ "$RELEASE" = 'sarge' ] ; then
         KERNELPACKAGES="kernel-image-$KERNEL kernel-headers-$KERNEL"
      else
-        KERNELPACKAGES="linux-image-$KERNEL linux-headers-$KERNEL"
+        # note: install busybox to be able to debug initramfs
+        KERNELPACKAGES="linux-image-$KERNEL linux-headers-$KERNEL busybox"
      fi
       DEBIAN_FRONTEND=$DEBIAN_FRONTEND $APTINSTALL $KERNELPACKAGES
   fi
index 6d1a0b6..ab80461 100644 (file)
@@ -1,3 +1,10 @@
+grml-debootstrap (0.29) UNRELEASED; urgency=low
+
+  * Install busybox in kernel stage to be able to debug initramfs
+    problems (thanks, gebi).
+
+ -- Michael Prokop <mika@grml.org>  Wed, 08 Jul 2009 01:20:00 +0200
+
 grml-debootstrap (0.28) unstable; urgency=low
 
   * Work around the chpasswd problem. [Closes: issue692]