From 946e3036e1d10f849d165a4225f2e4b55f0cead7 Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Sat, 1 Mar 2025 18:20:46 +0100 Subject: host-noddy: Only include microcode for the host processor This makes sure that iucode_tool will only include microcode for the host processor. Otherwise, the early microcode initramfs will be around 20 MiB in size. See https://wiki.gentoo.org/wiki/Intel_microcode#Software --- host-noddy/make.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/host-noddy/make.conf b/host-noddy/make.conf index 2c25e17..df00ae2 100644 --- a/host-noddy/make.conf +++ b/host-noddy/make.conf @@ -24,6 +24,8 @@ VIDEO_CARDS="intel" INSTALL_MASK="/usr/share/bash-completion" FEATURES="clean-logs compress-build-logs downgrade-backup mount-sandbox parallel-install split-elog split-log" +MICROCODE_SIGNATURES="-S" + # This sets the language of build output to English. # Please keep this setting intact when reporting bugs. LC_MESSAGES=C.utf8 -- cgit v1.2.3-2-gb3c3