Commit 44e7b67c authored by Anton Midyukov's avatar Anton Midyukov

live.mk: add language submenu to grub-net-install

parent b05a0eeb
......@@ -23,11 +23,12 @@ ifeq (,$(filter-out i586 x86_64 aarch64,$(ARCH)))
endif
distro/grub-net-install: distro/.base use/stage2/net-install +efi \
use/firmware use/grub/sdab_bios.cfg
use/firmware use/grub/sdab_bios.cfg use/l10n
ifeq (,$(filter-out i586 x86_64,$(ARCH)))
@$(call set,BOOTLOADER,grubpcboot)
endif
@$(call set,KFLAVOURS,un-def std-def)
@$(call set,GRUB_DEFAULT,network)
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