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