Commit fab39e6e authored by Anton Midyukov's avatar Anton Midyukov

live.mk: add new target grub-ui.iso

Simple grub image with grub theme.
parent cd7bf027
......@@ -16,6 +16,11 @@ distro/grub: distro/.boot use/grub use/hdt +efi \
ifeq (,$(filter-out i586 x86_64,$(ARCH)))
@$(call set,BOOTLOADER,grubpcboot)
endif
distro/grub-ui: distro/grub use/branding use/grub/ui/gfxboot; @:
ifeq (,$(filter-out i586 x86_64 aarch64,$(ARCH)))
@$(call add,STAGE1_BRANDING,bootloader)
endif
endif
distro/rescue: distro/.base use/rescue use/syslinux/ui/menu use/stage2/cifs \
......
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