Commit 02e3012d authored by Michael Shigorin's avatar Michael Shigorin

regular.mk: grub by default for installers

This image family doesn't inherit from distro/.installer and thus could miss the bootloader setup with no problems (at least until an installed system would attempt booting without a bootloader). The whole thing requires some more thinking over and probably moving more bits to mixins but in the mean time let's make sure the bootloader *is* configured.
parent b5b96931
......@@ -36,7 +36,7 @@ distro/.regular-sysv: distro/.regular-base +sysvinit; @:
distro/.regular-sysv-gtk: distro/.regular-sysv use/x11/lightdm/gtk; @:
distro/.regular-install: distro/.regular-bare \
use/branding +installer +sysvinit +power
use/branding use/bootloader/grub +installer +sysvinit +power
@$(call add,INSTALL2_BRANDING,alterator notes)
@$(call add,THE_BRANDING,alterator)
@$(call set,INSTALLER,desktop)
......
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