From 3d63d4407d8113260e4c2e2965699c0c6b280d09 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Wed, 8 Jul 2009 01:20:33 +0200 Subject: [PATCH] Install busybox in kernel stage --- chroot-script | 3 ++- debian/changelog | 7 +++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/chroot-script b/chroot-script index 347bead..5ca8295 100755 --- a/chroot-script +++ b/chroot-script @@ -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 diff --git a/debian/changelog b/debian/changelog index 6d1a0b6..ab80461 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Wed, 08 Jul 2009 01:20:00 +0200 + grml-debootstrap (0.28) unstable; urgency=low * Work around the chpasswd problem. [Closes: issue692] -- 2.1.4