[SCM] live-build branch, debian-next, updated. debian/3.0_a50-1-3-g7884557
Daniel Baumann
daniel at debian.org
Tue Jun 12 11:38:24 UTC 2012
The following commit has been merged in the debian-next branch:
commit 788455780b9ed36d6c7b840cd7ad0924de11dbed
Author: Daniel Baumann <daniel at debian.org>
Date: Tue Jun 12 13:38:20 2012 +0200
Automatically include intel-microcode when building with firmware and non-free enabled.
diff --git a/scripts/build/lb_chroot_linux-image b/scripts/build/lb_chroot_linux-image
index b538e43..312329d 100755
--- a/scripts/build/lb_chroot_linux-image
+++ b/scripts/build/lb_chroot_linux-image
@@ -99,6 +99,9 @@ then
else
# Manually add firmware-linux/non-free meta package
FIRMWARE_PACKAGES="${FIRMWARE_PACKAGES} firmware-linux"
+
+ # Manually add intel-microcode
+ FIRMWARE_PACKAGES="${FIRMWARE_PACKAGES} intel-microcode"
fi
# Drop section and keep package names only
--
live-build
More information about the debian-live-changes
mailing list