X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=chroot-script;h=17447ff6a6de1e998e29207c6bc62e081f3b7735;hp=21f4e05293a82c36843a9a3d6f7ad2d554de57ed;hb=840f5b81bb6a0749a8f5360355f199d9655e9a1a;hpb=1b9e06634b95d86b44912a3f0e794bfceb251503 diff --git a/chroot-script b/chroot-script index 21f4e05..17447ff 100755 --- a/chroot-script +++ b/chroot-script @@ -202,7 +202,7 @@ kernel() { if [ -n "$KERNEL" ] ; then $APTUPDATE # note: install busybox to be able to debug initramfs - KERNELPACKAGES="linux-image-$KERNEL linux-headers-$KERNEL busybox" + KERNELPACKAGES="linux-image-$KERNEL linux-headers-$KERNEL busybox firmware-linux" DEBIAN_FRONTEND=$DEBIAN_FRONTEND $APTINSTALL $KERNELPACKAGES fi }