Install (non-free) firmware for Linux kernel
authorChristian Hofstaedtler <ch@grml.org>
Sun, 30 Jan 2011 17:06:46 +0000 (18:06 +0100)
committerChristian Hofstaedtler <ch@grml.org>
Sun, 30 Jan 2011 17:43:38 +0000 (18:43 +0100)
Signed-off-by: Christian Hofstaedtler <ch@grml.org>
Acked-by: Michael Prokop <mika@grml.org>
chroot-script

index 21f4e05..17447ff 100755 (executable)
@@ -202,7 +202,7 @@ kernel() {
   if [ -n "$KERNEL" ] ; then
      $APTUPDATE
      # note: install busybox to be able to debug initramfs
   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
 }
      DEBIAN_FRONTEND=$DEBIAN_FRONTEND $APTINSTALL $KERNELPACKAGES
   fi
 }