From 607e0d9591f4147272cef0019f4fd035c3d30409 Mon Sep 17 00:00:00 2001 From: Michael Shigorin Date: Thu, 10 Nov 2016 20:34:56 +0300 Subject: [PATCH] basealt.mk: even more packages for workstation Some of these are included already but let's ensure that. Suggested-by: Erik Palvanov --- conf.d/basealt.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf.d/basealt.mk b/conf.d/basealt.mk index 18d260b1..5b8bad46 100644 --- a/conf.d/basealt.mk +++ b/conf.d/basealt.mk @@ -36,6 +36,7 @@ distro/alt-workstation: distro/.base use/luks \ @$(call add,THE_PACKAGES,systemd-udev-console-fb) @$(call add,THE_PACKAGES,gnome-bluetooth) @$(call add,THE_PACKAGES,uvcview dvd+rw-tools pv) + @$(call add,THE_PACKAGES,fdisk net-tools mtr tcpdump ipcalc) @$(call add,THE_BRANDING,graphics) @$(call add,THE_BRANDING,alterator bootloader bootsplash graphics) @$(call add,THE_BRANDING,notes slideshow) @@ -46,6 +47,7 @@ distro/alt-workstation: distro/.base use/luks \ @$(call add,THE_LISTS,$(call tags,regular desktop)) @$(call add,MAIN_GROUPS,$(workstation_groups)) @$(call add,MAIN_LISTS,workstation/extras) + @$(call add,MAIN_LISTS,$(call tags,xorg vaapi)) @$(call add,BASE_LISTS,$(call tags,desktop cups)) @$(call add,LIVE_LISTS,$(call tags,desktop sane)) @$(call add,LIVE_LISTS,$(call tags,desktop office))