X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=chroot-script;h=d3535b0c76c24f445bedcf0601ed7e4dd6fb33bd;hp=3f557479557e0040059eafc562a84bd027339e6d;hb=76ca7586f359f1d2faa671d85936186140f7e413;hpb=91e39fcde40898c7b5f4d5a96e042ab02ea40af3 diff --git a/chroot-script b/chroot-script index 3f55747..d3535b0 100755 --- a/chroot-script +++ b/chroot-script @@ -289,7 +289,7 @@ kernel() { KVER=$(get_kernel_version) if [ -n "$KVER" ] ; then # note: install busybox to be able to debug initramfs - KERNELPACKAGES="linux-image-$KVER linux-headers-$KVER busybox firmware-linux" + KERNELPACKAGES="linux-image-$KVER linux-headers-$KVER busybox firmware-linux-free firmware-linux" DEBIAN_FRONTEND=$DEBIAN_FRONTEND $APTINSTALL $KERNELPACKAGES fi }