From 53898caf1f43a6dc6cd67e7feb001890bb7b5c47 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 26 Apr 2012 23:02:50 +0200 Subject: Also include firmware-linux meta package if non-free is enabled. While the actual firmware packages are automatically detected, it is handy to have the firmware-linux meta package included if non-free is enabled. That way, future upgrades to newer kernels will keep having all available firmware packages pulled in too. --- scripts/build/lb_binary_debian-installer | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'scripts/build/lb_binary_debian-installer') diff --git a/scripts/build/lb_binary_debian-installer b/scripts/build/lb_binary_debian-installer index 3687b18c6..13ed57440 100755 --- a/scripts/build/lb_binary_debian-installer +++ b/scripts/build/lb_binary_debian-installer @@ -445,6 +445,10 @@ then done FIRMWARE_PACKAGES="${_FIRMWARE_PACKAGES}" + + else + # Manually add firmware-linux/non-free meta package + FIRMWARE_PACKAGES="${FIRMWARE_PACKAGES} firmware-linux" fi # Drop section and keep package names only -- cgit v1.2.3