From 97f7e34ddff5ae6cee0028259b93ad6062eb186b Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sat, 12 Aug 2023 11:55:29 +0200 Subject: [PATCH] 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. --- etc/grml/fai/config/package_config/GRML_FULL | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 -- 2.1.4