From 8b410d6a035c090043c41e68bb4f3f4bafce1a9c Mon Sep 17 00:00:00 2001 From: Michael Shigorin Date: Tue, 1 Sep 2020 11:05:38 +0300 Subject: [PATCH] e2k: disable pwmd service This one is to be enabled by a server sysadmin at the moment, so rather disable it explicitly. --- features.in/e2k/config.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/features.in/e2k/config.mk b/features.in/e2k/config.mk index a2a130c9..624cdc0f 100644 --- a/features.in/e2k/config.mk +++ b/features.in/e2k/config.mk @@ -1,6 +1,5 @@ use/e2k: use/tty/S0 @$(call add_feature) - @$(call add,THE_PACKAGES,pwmd) # service disabled by default @$(call add,BASE_PACKAGES,installer-feature-e2k-fix-clock-stage3) @$(call add,LIVE_PACKAGES,installer-feature-e2k-fix-boot-stage2) @$(call add,LIVE_PACKAGES,installer-feature-e2k-ignore-cf-stage2) @@ -13,6 +12,8 @@ use/e2k: use/tty/S0 @$(call add,INSTALL2_PACKAGES,blacklist-ide) # avoid overwriting hda @$(call add,INSTALL2_PACKAGES,ifplugd) # for net-eth link status @$(call add,INSTALL2_CLEANUP_PACKAGES,llvm) + @$(call add,THE_PACKAGES,pwmd) + @$(call add,DEFAULT_SERVICES_DISABLE,pwmd) @$(call set,KFLAVOURS,elbrus-def) # no other flavours for now @$(call xport,STAGE2_BOOTARGS)