Commit b5638797 authored by Michael Shigorin's avatar Michael Shigorin

regular.mk: add regular-server-un-def

For lewellyn@freenode and his Hyper-V Generation 2 VM, regular-rescue happens to boot there.
parent 1aad0bc5
......@@ -25,6 +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; @:
endif
......
......@@ -154,4 +154,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
@$(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