From 76ca7586f359f1d2faa671d85936186140f7e413 Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Wed, 8 Aug 2012 08:30:00 +0200 Subject: [PATCH 1/1] Add firmware-linux-free to the packages to be installed Debian ISOs do not include the (non-free) firmware-linux meta-package. As this meta-package just pulls in firmware-linux-free and firmware-linux-nonfree, let's install firmware-linux-free by hand, so it will be installed even when firmware-linux is not available. --- chroot-script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.1.4