X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=chroot-script;h=5ca8295500bbffc85d89d8d18b7e613a94a0aba2;hp=347bead51611ccb807d28b0b0d7614009ad538c2;hb=3d63d4407d8113260e4c2e2965699c0c6b280d09;hpb=65c58bfa1cc8e90ecfa0d576a64e08a790c57d7e 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