From: Michael Prokop Date: Sat, 12 Aug 2023 09:55:29 +0000 (+0200) Subject: SW: install architecture specific fwupd-signed packages X-Git-Tag: v0.46.0~6 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=97f7e34ddff5ae6cee0028259b93ad6062eb186b SW: install architecture specific fwupd-signed packages fwupd-signed is only a virtual package, and it's reported as missing via package_errors.log file. So instead let's install the corresponding package for each architecture explicitly. --- diff --git a/etc/grml/fai/config/package_config/GRML_FULL b/etc/grml/fai/config/package_config/GRML_FULL index 5af95a8..2022b9f 100644 --- a/etc/grml/fai/config/package_config/GRML_FULL +++ b/etc/grml/fai/config/package_config/GRML_FULL @@ -345,7 +345,6 @@ usbview # firmware updates fwupd -fwupd-signed policykit-1 udisks2 @@ -360,6 +359,9 @@ PACKAGES install I386 linux-image-686 linux-cpupower +# firmware updates +fwupd-i386-signed + PACKAGES install AMD64 linux-image-amd64 linux-cpupower @@ -367,3 +369,6 @@ linux-cpupower # EFI PXE boot support in grml-terminalserver grub-efi-amd64-signed shim-signed + +# firmware updates +fwupd-amd64-signed