Commit 4ed4f324 authored by Michael Shigorin's avatar Michael Shigorin

regular.mk, p7.mk: added server-ovz

This image is largely a rebase of server-ovz.iso onto regular-server; it's not feasible to provide a single image that would install either "mini" server or openvz/kvm one based on user choice during boot alas (even if both ovz-el and std-def kernels are provided within "ovz" ISO and vzctl&co could be stuffed into a package list/group). Maybe this is fixed some day...
parent 0da7ae54
......@@ -23,6 +23,7 @@ distro/altlinux-p7-xfce: distro/regular-xfce mixin/p7; @:
distro/altlinux-p7-sysv-tde: distro/regular-sysv-tde mixin/p7; @:
distro/altlinux-p7-server: distro/regular-server mixin/p7; @:
distro/altlinux-p7-server-ovz: distro/regular-server-ovz mixin/p7; @:
endif
......
......@@ -122,4 +122,7 @@ distro/regular-server: distro/.regular-install \
@$(call add,MAIN_PACKAGES,aptitude)
@$(call set,INSTALLER,altlinux-server)
distro/regular-server-ovz: distro/regular-server \
use/server/ovz use/server/groups/base; @:
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