44e778c9bd
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.
39 lines
1.4 KiB
Makefile
39 lines
1.4 KiB
Makefile
# p7 base kits
|
|
|
|
mixin/p7:
|
|
@$(call set,BRANDING,altlinux-starterkit)
|
|
|
|
ifeq (distro,$(IMAGE_CLASS))
|
|
|
|
### kludge compatibility: introspection stub for main.mk :-/
|
|
distro/altlinux-p7-cinnamon: distro/regular-cinnamon mixin/p7; @:
|
|
distro/altlinux-p7-e17: distro/regular-e17 mixin/p7; @:
|
|
distro/altlinux-p7-icewm: distro/regular-icewm mixin/p7; @:
|
|
distro/altlinux-p7-gnome3: distro/regular-gnome3 mixin/p7; @:
|
|
distro/altlinux-p7-kde4: distro/regular-kde4 mixin/p7; @:
|
|
distro/altlinux-p7-lxde: distro/regular-lxde mixin/p7; @:
|
|
distro/altlinux-p7-mate: distro/regular-mate mixin/p7; @:
|
|
distro/altlinux-p7-razorqt: distro/regular-razorqt mixin/p7; @:
|
|
distro/altlinux-p7-rescue: distro/regular-rescue mixin/p7; @:
|
|
distro/altlinux-p7-tde: distro/regular-tde mixin/p7; @:
|
|
distro/altlinux-p7-tde-sysv: distro/regular-tde-sysv mixin/p7; @:
|
|
distro/altlinux-p7-wmaker: distro/regular-wmaker mixin/p7; @:
|
|
distro/altlinux-p7-xfce: distro/regular-xfce mixin/p7; @:
|
|
|
|
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-hyperv: distro/regular-server-hyperv mixin/p7; @:
|
|
|
|
endif
|
|
|
|
ifeq (ve,$(IMAGE_CLASS))
|
|
ve/altlinux-p7-ovz-generic: ve/generic mixin/p7; @:
|
|
endif
|
|
|
|
ifeq (vm,$(IMAGE_CLASS))
|
|
vm/altlinux-p7-vm-net: vm/net mixin/p7; @:
|
|
endif
|