Add iucode-tool to the list of base packages wanted for amd64/i386
so we will have it available for installing CPU microcode.
This commit is contained in:
parent
7131e37390
commit
feb344b3c2
|
@ -89,6 +89,8 @@ debian-cd (3.2.0) UNRELEASED; urgency=medium
|
||||||
the firmware archives.
|
the firmware archives.
|
||||||
* Add new config option DISABLE_UEFI_32 to control mixed-mode EFI on
|
* Add new config option DISABLE_UEFI_32 to control mixed-mode EFI on
|
||||||
x86 builds. Closes: #1031424
|
x86 builds. Closes: #1031424
|
||||||
|
* Add iucode-tool to the list of base packages wanted for amd64 and
|
||||||
|
i386, so we will have it available for installing CPU microcode.
|
||||||
|
|
||||||
-- Cyril Brulebois <kibi@debian.org> Wed, 08 Feb 2023 10:44:19 +0100
|
-- Cyril Brulebois <kibi@debian.org> Wed, 08 Feb 2023 10:44:19 +0100
|
||||||
|
|
||||||
|
|
|
@ -118,6 +118,7 @@ ca-certificates
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef ARCH_i386
|
#ifdef ARCH_i386
|
||||||
|
iucode-tool
|
||||||
initramfs-tools
|
initramfs-tools
|
||||||
busybox
|
busybox
|
||||||
grub-pc
|
grub-pc
|
||||||
|
@ -153,6 +154,7 @@ linux-headers-686-pae
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef ARCH_amd64
|
#ifdef ARCH_amd64
|
||||||
|
iucode-tool
|
||||||
initramfs-tools
|
initramfs-tools
|
||||||
busybox
|
busybox
|
||||||
grub-pc
|
grub-pc
|
||||||
|
|
Loading…
Reference in New Issue