Commit b92f0224 authored by Michael Shigorin's avatar Michael Shigorin

bootloader, live: arrange alterator module

...explicitly; this has been triggered by the change to livecd-install as of 0.9.10-alt2 (doesn't R: alterator-grub anymore to allow non-grub platforms as well). This should be a no-op _together_ with the mentioned change by now as grub is selected explicitly; will take more attention for e.g. e2k as the problem just shifted here from livecd-install. Reported-by: 's avatarLeonid Krivoshein <klark@altlinux.org>
parent b57762d1
......@@ -4,9 +4,14 @@
# the last different one wins
# - remember .base if adding yet another *_PACKAGES
# NB: "mysterious" conflicts if BASE_BOOTLOADER is empty
use/bootloader:
@$(call add_feature)
@$(call add,BASE_PACKAGES,alterator-$$(BASE_BOOTLOADER))
use/bootloader/grub use/bootloader/lilo: use/bootloader/%: use/bootloader
@$(call set,BASE_BOOTLOADER,$*)
use/bootloader/live: use/bootloader
@$(call add,LIVE_PACKAGES,alterator-$$(BASE_BOOTLOADER))
......@@ -58,7 +58,8 @@ use/live/repo/online:
@$(call add,LIVE_PACKAGES,livecd-online-repo)
# alterator-based permanent installation
use/live/install: use/metadata use/xdg-user-dirs use/syslinux/localboot.cfg
use/live/install: use/metadata use/xdg-user-dirs use/syslinux/localboot.cfg \
use/bootloader/live use/bootloader/grub
@$(call add,LIVE_PACKAGES,livecd-install)
@$(call add,LIVE_PACKAGES,livecd-installer-features)
......
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