Commit daa1e6ed authored by Anton Midyukov's avatar Anton Midyukov

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

The installer runs as a systemd service (p11 branch and newer). Therefore, setting up the hostname and network for it is necessary before starting it. The installer itself does not need to do this.
parent 124e18e9
......@@ -11,6 +11,9 @@ use/live-install: use/live use/metadata use/repo/main use/l10n \
@$(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