6d1f4f6b89
I've been considering a way to avoid confusion between: - a tde based livecd with systemd; - a tde based livecd with sysvinit; - a tde based installer with sysvinit and finally came to conclusion that regular-sysv prefix will be common for installers with sysvinit within regular.mk and p7.mk; this might be not perfect but should be good enough. Note that while regular-sysv-tde.iso is buildable and installs just fine at the moment I don't plan to publish Sisyphus based installer builds as a rule since these require extra knowledge regarding daily use (starting with http://altlinux.org/changes and/or https://lists.altlinux.org/mailman/listinfo/sisyphus ML subscription). Sisyphus-based rescue image is fine as well as LiveCDs are; installable LiveCDs (most of regular-*.iso) are actually risky in case user actually installs *and* updates those having ignored the red "unstable" status in the branding, and that's the line I'm not going to cross that often.
32 lines
1.1 KiB
Makefile
32 lines
1.1 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-server: distro/regular-server mixin/p7; @:
|
|
|
|
endif
|
|
|
|
ifeq (ve,$(IMAGE_CLASS))
|
|
ve/altlinux-p7: ve/generic mixin/p7; @:
|
|
endif
|