From: Christian Hofstaedtler Date: Sun, 30 Jan 2011 17:06:46 +0000 (+0100) Subject: Install (non-free) firmware for Linux kernel X-Git-Tag: v0.44~6 X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=commitdiff_plain;h=840f5b81bb6a0749a8f5360355f199d9655e9a1a;hp=1b9e06634b95d86b44912a3f0e794bfceb251503 Install (non-free) firmware for Linux kernel Signed-off-by: Christian Hofstaedtler Acked-by: Michael Prokop --- 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 }