Commit 733507dc authored by Anton Midyukov's avatar Anton Midyukov

Revert "dev, regular.mk: use/net-eth/networkd-dhcp for builder with systemd"

This reverts commit 88764f06. Using systemd-networkd for live is not the best choice. The ethernet interface may not be connected and the network wait will be very long. The best choice seems to be NetworkManager, which has no problems with this.
parent a4b9e00c
...@@ -209,8 +209,9 @@ distro/.regular-builder: distro/.regular-base mixin/regular-builder \ ...@@ -209,8 +209,9 @@ distro/.regular-builder: distro/.regular-base mixin/regular-builder \
@$(call add,THE_PACKAGES,ccache cifs-utils wodim) @$(call add,THE_PACKAGES,ccache cifs-utils wodim)
@$(call set,LIVE_NAME,ALT Builder $(BRANCH) Live) @$(call set,LIVE_NAME,ALT Builder $(BRANCH) Live)
distro/regular-builder: distro/.regular-builder +systemd \ distro/regular-builder: distro/.regular-builder +systemd +nm \
use/dev/builder/live/systemd; @: use/dev/builder/live/systemd
@$(call add,THE_PACKAGES,NetworkManager-tui)
# old regular-builder # old regular-builder
distro/regular-builder-sysv: distro/.regular-builder +sysvinit \ distro/regular-builder-sysv: distro/.regular-builder +sysvinit \
......
...@@ -28,8 +28,7 @@ ifeq (,$(filter-out x86_64 ,$(ARCH))) ...@@ -28,8 +28,7 @@ ifeq (,$(filter-out x86_64 ,$(ARCH)))
@$(call add,LIVE_PACKAGES,livecd-qemu-arch qemu-user-binfmt_misc) @$(call add,LIVE_PACKAGES,livecd-qemu-arch qemu-user-binfmt_misc)
endif endif
use/dev/builder/live/systemd: use/dev/builder/live use/net-eth/networkd-dhcp \ use/dev/builder/live/systemd: use/dev/builder/live
use/net/networkd/resolved
@$(call add,LIVE_PACKAGES,systemd-settings-disable-kill-user-processes) @$(call add,LIVE_PACKAGES,systemd-settings-disable-kill-user-processes)
ifeq (,$(filter-out x86_64 ,$(ARCH))) ifeq (,$(filter-out x86_64 ,$(ARCH)))
@$(call add,LIVE_PACKAGES,qemu-user-static-binfmt) @$(call add,LIVE_PACKAGES,qemu-user-static-binfmt)
......
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