desktop.mk: refactor net-eth usage with +net-eth
It was spilled over an intermediate target and a mixin for what looks like no good reason; let's factor these in by means of +net-eth as *both* are really needed for an installer anyways, and if/when we do installers with those new and crippled ethernet interface names this addition can be dropped to be used where required.
This commit is contained in:
parent
7c9794a827
commit
559714a271
@ -6,15 +6,14 @@ distro/.desktop-base: distro/.installer use/syslinux/ui/vesamenu use/x11/xorg
|
||||
|
||||
distro/.desktop-mini: distro/.desktop-base use/x11/xdm +power; @:
|
||||
|
||||
mixin/desktop-installer: use/x11-autostart use/net-eth use/sound +vmguest
|
||||
mixin/desktop-installer: use/x11-autostart use/sound +net-eth +vmguest
|
||||
@$(call add,SYSTEM_PACKAGES,fonts-ttf-google-croscore-arimo)
|
||||
@$(call add,BASE_LISTS, \
|
||||
$(call tags,(base || desktop) && (l10n || network)))
|
||||
@$(call add,INSTALL2_PACKAGES,ntfs-3g)
|
||||
@$(call add,BASE_PACKAGES,os-prober)
|
||||
|
||||
distro/.desktop-network: distro/.desktop-mini \
|
||||
mixin/desktop-installer use/stage2/net-eth; @:
|
||||
distro/.desktop-network: distro/.desktop-mini mixin/desktop-installer; @:
|
||||
|
||||
distro/.desktop-extra:
|
||||
@$(call add,BASE_LISTS,$(call tags,(archive || base) && (extra)))
|
||||
|
Loading…
Reference in New Issue
Block a user