diff options
author | Wolfgang Müller | 2025-03-01 18:20:46 +0100 |
---|---|---|
committer | Wolfgang Müller | 2025-03-01 18:20:46 +0100 |
commit | 946e3036e1d10f849d165a4225f2e4b55f0cead7 (patch) | |
tree | 20894aedf70ccda606e7ec0900b1599c3235de5b | |
parent | 153c933fd06e00855a97b5e82111fc5acda7e2e9 (diff) | |
download | portage-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
-rw-r--r-- | host-noddy/make.conf | 2 |
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 |