Commit 9b14aa51 authored by Anton Midyukov's avatar Anton Midyukov

Revert "live-install: add livecd-auto-hostname, livecd-net-eth (except BRANCH=p10)"

This reverts commit daa1e6ed. This is not suitable for servers. There are many network interfaces, but dhcp is usually not available on them. NetworkManager is not used. As a result, it has a long attempt to connect network interfaces when boot.
parent 3f00bbc2
......@@ -11,9 +11,6 @@ use/live-install: use/live use/metadata use/repo/main \
@$(call try,MAIN_KERNEL_SAVE,no)
@$(call xport,MAIN_KERNEL_SAVE)
@$(call add,LIVE_PACKAGES,installer-common-stage2)
ifneq (,$(filter-out p10,$(BRANCH)))
@$(call add,LIVE_PACKAGES,livecd-net-eth livecd-auto-hostname)
endif
@$(call add,THE_PACKAGES,alterator-wizardface)
@$(call add,THE_LISTS,$(call tags,basesystem && !alterator))
@$(call add,THE_PACKAGES,e2fsprogs mdadm lvm2 cryptsetup)
......
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