Commit 394ece86 authored by Michael Shigorin's avatar Michael Shigorin

desktop.mk: add os-prober to installers

GRUB won't present dualboot systems in boot menu otherwise.
parent f7c4f3ee
...@@ -12,6 +12,7 @@ mixin/desktop-installer: use/x11-autostart use/sound +vmguest ...@@ -12,6 +12,7 @@ mixin/desktop-installer: use/x11-autostart use/sound +vmguest
@$(call add,BASE_LISTS, \ @$(call add,BASE_LISTS, \
$(call tags,(base || desktop) && (l10n || network))) $(call tags,(base || desktop) && (l10n || network)))
@$(call add,INSTALL2_PACKAGES,ntfs-3g) @$(call add,INSTALL2_PACKAGES,ntfs-3g)
@$(call add,BASE_PACKAGES,os-prober)
distro/.desktop-network: distro/.desktop-mini \ distro/.desktop-network: distro/.desktop-mini \
mixin/desktop-installer use/stage2/net-eth; @: mixin/desktop-installer use/stage2/net-eth; @:
......
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