From 2e91942f64c3df4053c47d159a293f20d0210184 Mon Sep 17 00:00:00 2001 From: Michael Shigorin Date: Thu, 8 Jul 2021 08:52:32 +0300 Subject: [PATCH] install2: initial use/install2/screenshots This target helps release managers getting out beta images with screenshot-capable software included. See-also: http://bugzilla.altlinux.org/40604 --- features.in/install2/config.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/features.in/install2/config.mk b/features.in/install2/config.mk index 70910904b..cf190349b 100644 --- a/features.in/install2/config.mk +++ b/features.in/install2/config.mk @@ -122,6 +122,9 @@ use/install2/tools: @$(call add,INSTALL2_PACKAGES,vim-console) @$(call add,INSTALL2_PACKAGES,net-tools openssh-clients lftp) +use/install2/screenshots: + @$(call add,INSTALL2_PACKAGES,ImageMagick-tools) + # when VNC installation is less welcome than a few extra megs use/install2/cleanup/vnc: @$(call add,INSTALL2_CLEANUP_PACKAGES,x11vnc xorg-xvfb) -- 2.25.4