regular.mk: added sudo, acpi

As a matter of practical distribution use
these two appeared to be rather missing.
This commit is contained in:
Michael Shigorin 2013-01-26 17:50:22 +04:00 committed by Michael Shigorin
parent 6d8cbcb61d
commit 8e668d4ff2

View File

@ -15,6 +15,8 @@ distro/.regular-desktop: distro/.base +live +wireless use/live/ru \
@$(call add,LIVE_PACKAGES,net-tools) @$(call add,LIVE_PACKAGES,net-tools)
@$(call add,LIVE_PACKAGES,uvcview) @$(call add,LIVE_PACKAGES,uvcview)
@$(call add,LIVE_PACKAGES,powertop) @$(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,LIVE_LISTS,$(call tags,rescue extra))
@$(call add,THE_BRANDING,indexhtml notes alterator bootloader) @$(call add,THE_BRANDING,indexhtml notes alterator bootloader)
@$(call set,KFLAVOURS,std-def) @$(call set,KFLAVOURS,std-def)