Commit a032dcd3 authored by Anton Midyukov's avatar Anton Midyukov

regular.mk: set KFLAVOUR un-def for jeos in Sisyphus

As requested by mike@
parent b828b6d8
......@@ -101,6 +101,9 @@ endif
distro/.regular-jeos-full: distro/.regular-jeos use/install2/vmguest \
use/volumes/jeos use/ntp/chrony use/bootloader/grub \
use/grub/localboot_bios.cfg +efi
ifeq (sisyphus,$(BRANCH))
@$(call set,KFLAVOURS,un-def)
endif
@$(call add,BASE_PACKAGES,nfs-utils gdisk)
@$(call add,INSTALL2_PACKAGES,fdisk)
ifeq (,$(filter-out e2k%,$(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