mixin.mk: restrict os-prober

...to those arches having it.
This commit is contained in:
Michael Shigorin 2018-07-20 16:13:22 +03:00
parent bb7bec0a97
commit c51702737d

View File

@ -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; @: