diff options
Diffstat (limited to 'scripts/build/installer_debian-installer')
-rwxr-xr-x | scripts/build/installer_debian-installer | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/build/installer_debian-installer b/scripts/build/installer_debian-installer index 96e4e7b5c..67573f2e6 100755 --- a/scripts/build/installer_debian-installer +++ b/scripts/build/installer_debian-installer @@ -346,11 +346,9 @@ then FIRMWARE_PACKAGES="" - Firmware_List_From_Contents "${LB_PARENT_MIRROR_CHROOT}" "${LB_PARENT_DISTRIBUTION_CHROOT}" "${LB_PARENT_ARCHIVE_AREAS}" - + # Manually add firmware-linux/non-free meta package if echo ${LB_PARENT_ARCHIVE_AREAS} | grep -qs "non-free" then - # Manually add firmware-linux/non-free meta package if [ "${LB_DERIVATIVE}" != "true" ] then FIRMWARE_PACKAGES="${FIRMWARE_PACKAGES} firmware-linux" @@ -365,6 +363,8 @@ then fi fi + Firmware_List_From_Contents "${LB_PARENT_MIRROR_CHROOT}" "${LB_PARENT_DISTRIBUTION_CHROOT}" "${LB_PARENT_ARCHIVE_AREAS}" + if [ "${LB_DERIVATIVE}" = "true" ] then # FIXME: account for the fact that PARENT_DISTRIBUTION and DISTRIBUTION might be the same (to not have overlapping cache files for contents). |