Commit c5170273 authored by Michael Shigorin's avatar Michael Shigorin

mixin.mk: restrict os-prober

...to those arches having it.
parent bb7bec0a
......@@ -6,7 +6,9 @@ mixin/desktop-installer: +net-eth +vmguest \
@$(call add,BASE_LISTS, \
$(call tags,(base || desktop) && (l10n || network)))
@$(call add,INSTALL2_PACKAGES,ntfs-3g)
ifeq (,$(filter-out i586 x86_64 aarch64,$(ARCH)))
@$(call add,BASE_PACKAGES,os-prober)
endif
### e2k.mk
mixin/e2k-base: use/tty/S0 use/net-eth/dhcp; @:
......
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