From c0f688193284a9224399b071757ad3bcc4ab29d2 Mon Sep 17 00:00:00 2001 From: MatMoul Date: Mon, 11 Jan 2016 20:56:02 +0100 Subject: [PATCH] Add intel-ucode to service menu --- install/system/services/menu | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/install/system/services/menu b/install/system/services/menu index fada8df..2979002 100644 --- a/install/system/services/menu +++ b/install/system/services/menu @@ -7,6 +7,11 @@ options+=("openssh" "Server SSH" on) options+=("cronie" "Cron tasks server" on) options+=("ntp" "Client NTP for clock sync" on) options+=("numlockon" "numlock on on tty" on) +if (lscpu | grep Intel) then + options+=("intel-ucode" "Intel microcode" on) +else + options+=("intel-ucode" "Intel microcode" off) +fi options+=("net-snmp" "SNMP Server" off) options+=("syslog-ng" "" off) options+=("pkgstats" "" off)