9475d199a0
These were broken since 5ff375aa10bee7937db457d3df3115f938bb6c77 due to no bootloader being tossed anymore by the very installer-distro-altlinux-generic (which is the default)
10 lines
396 B
Makefile
10 lines
396 B
Makefile
# TODO: invent something prettier (think "lilo+grub" -- or error out?)
|
|
# - add,BASE_PACKAGES,alterator-$* is overly additive
|
|
# - remember .base if adding yet another *_PACKAGES
|
|
|
|
use/bootloader: use/install2 sub/main
|
|
@$(call add,BASE_PACKAGES,alterator-$$(GLOBAL_BASE_BOOTLOADER))
|
|
|
|
use/bootloader/grub use/bootloader/lilo: use/bootloader/%: use/bootloader
|
|
@$(call set,GLOBAL_BASE_BOOTLOADER,$*)
|