From 8e668d4ff2bac00ff14118f81ad86b1320e7c534 Mon Sep 17 00:00:00 2001 From: Michael Shigorin Date: Sat, 26 Jan 2013 17:50:22 +0400 Subject: [PATCH] regular.mk: added sudo, acpi As a matter of practical distribution use these two appeared to be rather missing. --- conf.d/regular.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf.d/regular.mk b/conf.d/regular.mk index fda3f70b..aa9a011f 100644 --- a/conf.d/regular.mk +++ b/conf.d/regular.mk @@ -15,6 +15,8 @@ distro/.regular-desktop: distro/.base +live +wireless use/live/ru \ @$(call add,LIVE_PACKAGES,net-tools) @$(call add,LIVE_PACKAGES,uvcview) @$(call add,LIVE_PACKAGES,powertop) + @$(call add,LIVE_PACKAGES,acpi) + @$(call add,LIVE_PACKAGES,update-kernel) @$(call add,LIVE_LISTS,$(call tags,rescue extra)) @$(call add,THE_BRANDING,indexhtml notes alterator bootloader) @$(call set,KFLAVOURS,std-def)