From c3872d15859113ed734a52cbc2e07308a020c790 Mon Sep 17 00:00:00 2001 From: Thomas Liske <thomas@fiasko-nw.net> Date: Sun, 20 Dec 2020 17:27:13 +0100 Subject: [PATCH] scripts/mkimage: update extended profile to contain ucode updates --- scripts/mkimg.standard.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/mkimg.standard.sh b/scripts/mkimg.standard.sh index 2db391d3f551..c837ec7c26c9 100755 --- a/scripts/mkimg.standard.sh +++ b/scripts/mkimg.standard.sh @@ -27,9 +27,12 @@ profile_extended() { title="Extended" desc="Most common used packages included. Suitable for routers and servers. - Runs from RAM." + Runs from RAM. + Includes AMD and Intel microcode updates." arch="x86 x86_64" kernel_addons="xtables-addons zfs" + boot_addons="amd-ucode intel-ucode" + initrd_ucode="/boot/amd-ucode.img /boot/intel-ucode.img" apks="$apks ethtool hwids lftp links doas logrotate lua5.3 lsof lm_sensors lxc lxc-templates nano -- GitLab