Commit cd6c3832 authored by Anton Midyukov's avatar Anton Midyukov

live.mk: add distro/grub-net-install

parent 9b269893
......@@ -21,6 +21,13 @@ 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
distro/grub-net-install: distro/.base use/stage2/net-install +efi \
use/firmware use/grub/sdab_bios.cfg
ifeq (,$(filter-out i586 x86_64,$(ARCH)))
@$(call set,BOOTLOADER,grubpcboot)
endif
@$(call set,KFLAVOURS,un-def std-def)
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