@@ -, +, @@ --- features.in/install2/config.mk | 3 +++ 1 file changed, 3 insertions(+) --- a/features.in/install2/config.mk +++ a/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) --