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.
This commit is contained in:
Michael Shigorin 2014-03-28 22:40:41 +04:00
parent 1ee5f0561a
commit 44e778c9bd
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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