forked from altcloud/mkimage-profiles
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.
This commit is contained in:
parent
77eb0456d1
commit
4fe56e15e5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user