regular.mk: introduced distro/.regular-install-x11-full
This one is slated for sysv installers (but should be rather generic in that regard) through adding features suggested by those users who also tend to care for sysvinit here. :) The commit should be no-op either.
This commit is contained in:
parent
b88781962b
commit
bd7e2257be
@ -92,6 +92,15 @@ distro/.regular-install-x11: distro/.regular-install \
|
|||||||
@$(call set,INSTALLER,altlinux-desktop)
|
@$(call set,INSTALLER,altlinux-desktop)
|
||||||
@$(call add,THE_LISTS,$(call tags,regular desktop))
|
@$(call add,THE_LISTS,$(call tags,regular desktop))
|
||||||
|
|
||||||
|
# assumes somewhat more experienced user, mostly for sysv variants
|
||||||
|
distro/.regular-install-x11-full: distro/.regular-install-x11 \
|
||||||
|
mixin/desktop-installer mixin/regular-desktop use/install2/fs \
|
||||||
|
use/fonts/otf/adobe use/fonts/otf/mozilla \
|
||||||
|
use/branding/complete use/branding/slideshow/once \
|
||||||
|
use/net-eth/dhcp use/efi/refind use/efi/shell use/rescue/base
|
||||||
|
@$(call add,RESCUE_LISTS,$(call tags,rescue misc))
|
||||||
|
@$(call add,MAIN_PACKAGES,anacron man-whatis usb-modeswitch)
|
||||||
|
|
||||||
distro/regular-icewm: distro/.regular-sysv-gtk +icewm \
|
distro/regular-icewm: distro/.regular-sysv-gtk +icewm \
|
||||||
use/browser/palemoon/i18n use/fonts/ttf/redhat
|
use/browser/palemoon/i18n use/fonts/ttf/redhat
|
||||||
@$(call add,LIVE_LISTS,$(call tags,regular icewm))
|
@$(call add,LIVE_LISTS,$(call tags,regular icewm))
|
||||||
@ -221,16 +230,10 @@ distro/regular-rescue: distro/.regular-base use/rescue/rw use/luks \
|
|||||||
@$(call add,RESCUE_LISTS,$(call tags,base && (smartcard || bench)))
|
@$(call add,RESCUE_LISTS,$(call tags,base && (smartcard || bench)))
|
||||||
@$(call add,RESCUE_LISTS,$(call tags,network security))
|
@$(call add,RESCUE_LISTS,$(call tags,network security))
|
||||||
|
|
||||||
distro/regular-sysv-tde: distro/.regular-install-x11 \
|
distro/regular-sysv-tde: distro/.regular-install-x11-full mixin/regular-tde
|
||||||
mixin/desktop-installer mixin/regular-tde use/install2/fs \
|
|
||||||
use/branding/complete use/branding/slideshow/once \
|
|
||||||
use/net-eth/dhcp use/efi/refind use/efi/shell use/rescue/base \
|
|
||||||
use/fonts/otf/adobe use/fonts/otf/mozilla
|
|
||||||
@$(call add,RESCUE_LISTS,$(call tags,rescue misc))
|
|
||||||
@$(call add,THE_LISTS,$(call tags,base desktop))
|
@$(call add,THE_LISTS,$(call tags,base desktop))
|
||||||
@$(call add,THE_LISTS,$(call tags,regular tde))
|
@$(call add,THE_LISTS,$(call tags,regular tde))
|
||||||
@$(call add,THE_PACKAGES,kpowersave)
|
@$(call add,THE_PACKAGES,kpowersave)
|
||||||
@$(call add,MAIN_PACKAGES,anacron man-whatis usb-modeswitch)
|
|
||||||
|
|
||||||
distro/.regular-server-base: distro/.regular-install \
|
distro/.regular-server-base: distro/.regular-install \
|
||||||
use/server/base use/stage2/kms
|
use/server/base use/stage2/kms
|
||||||
|
Loading…
Reference in New Issue
Block a user