Commit 4fe56e15 authored by Anton Midyukov's avatar Anton Midyukov

bootloader: use installer-feature-bootloader-$BOOTLOADER instead alterator-$BOOTLOADER

installer-feature-bootloader-$BOOTLOADER dependency of alterator-$BOOTLOADER. This is necessary so that alterator-$BOOTLOADER is deleted after installation, if it was not installed explicitly. This will reduce the minimum installation of alt-server.
parent 77eb0456
......@@ -15,7 +15,7 @@ use/bootloader: use/pkgpriorities
@$(call add,BASE_LISTS,$$(BASE_BOOTLOADER))
@$(call xport,BASE_BOOTARGS)
ifeq (distro,$(IMAGE_CLASS))
@$(call add,BASE_PACKAGES,alterator-$$(BASE_BOOTLOADER))
@$(call add,BASE_PACKAGES,installer-feature-bootloader-$$(BASE_BOOTLOADER))
@$(call add,PINNED_PACKAGES,alterator-$$(BASE_BOOTLOADER))
@$(call add,PINNED_PACKAGES,installer-bootloader-$$(BASE_BOOTLOADER)-stage2)
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