Commit a8efab0c authored by Anton Midyukov's avatar Anton Midyukov

live: add livecd-auto-hostname to live/base (except BRANCH=p10)

parent c9ef36aa
......@@ -33,6 +33,9 @@ use/live/base: use/live/.base use/net use/deflogin/live \
@$(call set,STAGE2_LIVE,yes)
@$(call add,LIVE_LISTS,$(call tags,base network))
@$(call add,LIVE_PACKAGES,livecd-net-eth)
ifneq (,$(filter-out p10,$(BRANCH)))
@$(call add,LIVE_PACKAGES,livecd-auto-hostname)
endif
use/live/rw: use/live use/syslinux/live_rw.cfg use/grub/live_rw.cfg; @:
......
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