Commit b9e35ecb authored by Anton Midyukov's avatar Anton Midyukov

live.mk: do not set KFLAVOURS

kernel-image-un-def will be removed from Sisyphus soon.
parent 744fe296
...@@ -29,7 +29,9 @@ distro/grub-net-install: distro/.base +efi \ ...@@ -29,7 +29,9 @@ distro/grub-net-install: distro/.base +efi \
ifeq (,$(filter-out i586 x86_64,$(ARCH))) ifeq (,$(filter-out i586 x86_64,$(ARCH)))
@$(call set,BOOTLOADER,grubpcboot) @$(call set,BOOTLOADER,grubpcboot)
endif endif
ifneq (,$(filter-out sisyphus,$(BRANCH)))
@$(call set,KFLAVOURS,un-def std-def) @$(call set,KFLAVOURS,un-def std-def)
endif
@$(call set,GRUB_DEFAULT,network) @$(call set,GRUB_DEFAULT,network)
@$(call set,LOCALES,en_US ru_RU pt_BR) @$(call set,LOCALES,en_US ru_RU pt_BR)
endif endif
...@@ -118,7 +120,6 @@ distro/live-glxgears: distro/.live-3d; @: ...@@ -118,7 +120,6 @@ distro/live-glxgears: distro/.live-3d; @:
distro/.live-games: distro/.live-kiosk use/x11/3d use/sound \ distro/.live-games: distro/.live-kiosk use/x11/3d use/sound \
use/stage2/net-eth use/net-eth/dhcp use/services +efi +systemd use/stage2/net-eth use/net-eth/dhcp use/services +efi +systemd
@$(call set,KFLAVOURS,un-def)
@$(call add,LIVE_LISTS,$(call tags,xorg misc)) @$(call add,LIVE_LISTS,$(call tags,xorg misc))
@$(call add,LIVE_PACKAGES,pciutils input-utils glxgears glxinfo) @$(call add,LIVE_PACKAGES,pciutils input-utils glxgears glxinfo)
@$(call add,LIVE_PACKAGES,glibc-locales apulse) @$(call add,LIVE_PACKAGES,glibc-locales apulse)
...@@ -157,7 +158,6 @@ distro/live-privacy: distro/.base +efi +systemd +vmguest \ ...@@ -157,7 +158,6 @@ distro/live-privacy: distro/.base +efi +systemd +vmguest \
use/browser/firefox/esr use/browser/firefox use/sound \ use/browser/firefox/esr use/browser/firefox use/sound \
use/fonts/otf/adobe use/fonts/otf/mozilla \ use/fonts/otf/adobe use/fonts/otf/mozilla \
use/fonts/ttf/google use/fonts/ttf/redhat use/fonts/ttf/google use/fonts/ttf/redhat
@$(call set,KFLAVOURS,un-def)
@$(call add,LIVE_LISTS,$(call tags,base l10n)) @$(call add,LIVE_LISTS,$(call tags,base l10n))
@$(call add,LIVE_LISTS,$(call tags,archive extra)) @$(call add,LIVE_LISTS,$(call tags,archive extra))
ifeq (,$(filter-out x86_64 aarch64,$(ARCH))) ifeq (,$(filter-out x86_64 aarch64,$(ARCH)))
......
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