20844de700
NB: needs installer-distro-altlinux-generic = 6.0-alt2 as it doesn't require alterator-grub indefinitely
7 lines
341 B
Makefile
7 lines
341 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/grub use/bootloader/lilo: use/bootloader/%:
|
|
@$(call set,GLOBAL_BASE_BOOTLOADER,$*)
|
|
@$(call add,BASE_PACKAGES,alterator-$$(GLOBAL_BASE_BOOTLOADER))
|