From 840f5b81bb6a0749a8f5360355f199d9655e9a1a Mon Sep 17 00:00:00 2001 From: Christian Hofstaedtler Date: Sun, 30 Jan 2011 18:06:46 +0100 Subject: [PATCH] Install (non-free) firmware for Linux kernel Signed-off-by: Christian Hofstaedtler Acked-by: Michael Prokop --- chroot-script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.1.4