Commit 743069ce authored by Anton Midyukov's avatar Anton Midyukov

lib/boot.mk: use/uuid-iso from boot/iso

Can be useful for iso without stage2 (net-install). grub can bootload by uuid.
parent 22a57a86
use/initrd-bootchain: use/uuid-iso
use/initrd-bootchain:
@$(call add_feature)
@$(call set,STAGE1_INITRD,initrd-bootchain)
@$(call set,STAGE1_PACKAGES,make-initrd-bootchain kbd)
......
use/initrd-propagator: use/uuid-iso
use/initrd-propagator:
@$(call add_feature)
@$(call add,STAGE1_PACKAGES,make-initrd-propagator propagator)
@$(call set,STAGE1_INITRD,initrd-propagator)
......
......@@ -5,7 +5,7 @@ endif
ifeq (distro,$(IMAGE_CLASS))
# install media bootloader
boot/iso:
boot/iso: use/uuid-iso
ifeq (,$(filter-out i586 x86_64,$(ARCH)))
@$(call try,BOOTLOADER,grubpcboot)
endif
......
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