Commit d0228a53 authored by Michael Shigorin's avatar Michael Shigorin

install2: don't require bootloader just always

Commit 657c0bf6 has silently added use/bootloader to the base use/install2 target thus breaking experimental distro/netinst; it seems better to require *a* bootloader in the target that's been specifically designed to cover the common case (thus linked to by +installer shortcut) but still to have our base lightweight and flexible. This doesn't hurt the actual distros as these use +installer of course.
parent 08d802ab
......@@ -3,7 +3,7 @@
+installer: use/install2/full; @:
use/install2: use/stage2 sub/stage2@install2 use/metadata \
use/cleanup/installer use/bootloader
use/cleanup/installer
@$(call add_feature)
@$(call try,INSTALLER,altlinux-generic) # might be replaced later
@$(call add,INSTALL2_PACKAGES,installer-distro-$$(INSTALLER)-stage2)
......@@ -17,7 +17,7 @@ use/install2: use/stage2 sub/stage2@install2 use/metadata \
# doesn't use/install2/fs on purpose (at least so far)
use/install2/full: use/install2/packages use/install2/vmguest \
use/syslinux/localboot.cfg use/syslinux/ui/menu; @:
use/syslinux/localboot.cfg use/syslinux/ui/menu use/bootloader; @:
# see also use/vmguest
use/install2/vmguest: use/install2/kvm use/install2/vbox use/install2/vmware; @:
......
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