Adding AMD ucode

For AMD powered computers.
This commit is contained in:
FredBezies 2018-09-19 17:16:16 +02:00 committed by GitHub
parent 9f96c08469
commit 13baa3412b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,6 +13,11 @@ if (lscpu | grep Intel) then
else
options+=("intel-ucode" "Intel microcode" off)
fi
if (lscpu | grep AMD) then
options+=("amd-ucode" "AMD microcode" on)
else
options+=("amd-ucode" "AMD microcode" off)
fi
options+=("net-snmp" "SNMP Server" off)
options+=("syslog-ng" "" off)
options+=("pkgstats" "" off)