Commit 9c5a47a4 authored by Anton Midyukov's avatar Anton Midyukov Committed by Michael Shigorin

New target regular-engineering and alt-p8-engineering

parent 59c1a587
......@@ -39,6 +39,7 @@ distro/alt-p8-server-pve: distro/regular-server-pve mixin/p8; @:
distro/alt-p8-builder: distro/regular-builder mixin/p8; @:
distro/alt-p8-engineering: distro/regular-engineering mixin/p8; @:
endif
ifeq (ve,$(IMAGE_CLASS))
......
......@@ -336,4 +336,17 @@ distro/regular-server-samba4: distro/.regular-server-managed
@$(call add,THE_PACKAGES,alterator-dhcp)
@$(call add,DEFAULT_SERVICES_DISABLE,smbd nmbd winbind)
distro/regular-engineering: distro/regular-lxde use/live/ru
@$(call add,THE_PACKAGES,lxde-settings-lxdesktop)
@$(call add,THE_LISTS,$(call tags,engineering desktop))
@$(call add,LIVE_LISTS,$(call tags,desktop sane))
@$(call add,THE_PACKAGES,LibreOffice LibreOffice-gnome LibreOffice-langpack-ru)
@$(call add,THE_PACKAGES,firefox-pepperflash)
@$(call add,THE_PACKAGES,cups system-config-printer)
@$(call add,THE_PACKAGES,gnome-disk-utility)
@$(call add,THE_PACKAGES,evince)
@$(call add,LIVE_KMODULES,staging)
@$(call add,DEFAULT_SERVICES_ENABLE,cups)
@$(call add,DEFAULT_SERVICES_ENABLE,ModemManager)
endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment