summaryrefslogtreecommitdiffstats
path: root/host-noddy/make.conf
diff options
context:
space:
mode:
authorWolfgang Müller2025-03-01 18:20:46 +0100
committerWolfgang Müller2025-03-01 18:20:46 +0100
commit946e3036e1d10f849d165a4225f2e4b55f0cead7 (patch)
tree20894aedf70ccda606e7ec0900b1599c3235de5b /host-noddy/make.conf
parent153c933fd06e00855a97b5e82111fc5acda7e2e9 (diff)
downloadportage-roles-946e3036e1d10f849d165a4225f2e4b55f0cead7.tar.gz
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
Diffstat (limited to 'host-noddy/make.conf')
-rw-r--r--host-noddy/make.conf2
1 files changed, 2 insertions, 0 deletions
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