Commit 37325673 authored by Michael Shigorin's avatar Michael Shigorin

regular.mk: add VNC install support

Server image might hit a system accessible via e.g. serial console and ethernet; let's make it feasible to install ALT there without falling back to using http://en.altlinux.org/rescue and manual deployment (with all stops including manual bootloader setup).
parent c73abccd
......@@ -266,7 +266,8 @@ distro/.regular-server-managed: distro/.regular-server
@$(call add,INSTALL2_PACKAGES,ntfs-3g)
@$(call add,DEFAULT_SERVICES_DISABLE,ahttpd alteratord)
distro/regular-server: distro/.regular-server-managed use/server/groups/base
distro/regular-server: distro/.regular-server-managed \
use/server/groups/base use/install2/vnc/full
@$(call add,MAIN_GROUPS,server/sambaDC)
@$(call add,MAIN_GROUPS,tools/hyperv)
......
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