Commit 813274a0 authored by Anton Midyukov's avatar Anton Midyukov Committed by Michael Shigorin

lib/vm.mk: use/bootloader/*

parent 0e5e1215
......@@ -10,18 +10,15 @@ vm/.bare: profile/bare
@$(call add,BASE_PACKAGES,interactivesystem shadow-utils e2fsprogs)
ifeq (,$(filter-out i586 x86_64,$(ARCH)))
vm/.base-lilo: vm/.bare
@$(call add,BASE_PACKAGES,lilo)
vm/.base-lilo: vm/.bare use/bootloader/lilo; @:
endif
ifeq (,$(filter-out i586 x86_64,$(ARCH)))
vm/.base-grub: vm/.bare
@$(call add,BASE_PACKAGES,grub2-pc)
vm/.base-grub: vm/.bare use/bootloader/grub; @:
endif
ifeq (,$(filter-out i586 x86_64 aarch64,$(ARCH)))
vm/.base-grub-efi: vm/.bare
@$(call add,BASE_PACKAGES,grub2-efi)
vm/.base-grub-efi: vm/.bare use/efi/grub; @:
endif
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