Commit 44e778c9 authored by Michael Shigorin's avatar Michael Shigorin

regular.mk, p7.mk: server-{un-def=>hyperv}

The whole story with this installer has been due to a query at #altlinux whether there's a distribution image similar to altlinux-p7-rescue.iso which appears to be booting under Hyper-V Gen. 2 without a hitch; changing just the kernel towards the newer one made the user rather happy since everything worked out-of-box for him, even unimportant bits. Of course it's mostly due to boyarsh@'s preceding work :) NB: there's no use to build i586 version as that hypervisor lacks CSM (BIOS implementation) and would only boot UEFI compatible operating systems with pretty strict requirements.
parent 1ee5f056
......@@ -25,7 +25,7 @@ distro/altlinux-p7-sysv-tde: distro/regular-sysv-tde mixin/p7; @:
distro/altlinux-p7-jeos: distro/regular-jeos mixin/p7; @:
distro/altlinux-p7-server: distro/regular-server mixin/p7; @:
distro/altlinux-p7-server-ovz: distro/regular-server-ovz mixin/p7; @:
distro/altlinux-p7-server-un-def: distro/regular-server-un-def mixin/p7; @:
distro/altlinux-p7-server-hyperv: distro/regular-server-hyperv mixin/p7; @:
endif
......
......@@ -167,7 +167,7 @@ distro/regular-server: distro/.regular-install use/server/mini use/rescue/base
distro/regular-server-ovz: distro/regular-server \
use/server/ovz use/server/groups/base; @:
distro/regular-server-un-def: distro/regular-server
distro/regular-server-hyperv: distro/regular-server
@$(call set,KFLAVOURS,un-def)
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