mixin.mk: restrict os-prober
...to those arches having it.
This commit is contained in:
parent
bb7bec0a97
commit
c51702737d
@ -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; @:
|
||||
|
Loading…
Reference in New Issue
Block a user