Commit e4a44e16 authored by Anton Midyukov's avatar Anton Midyukov

install2, live-install: installer-common-stage3 from base dependency

installer-common-stage3 contain scripts for setup etcnet. We remove etcnet from the installer to make it possible to build images without it.
parent 0d0021fb
......@@ -12,7 +12,6 @@ use/install2: use/stage2 sub/stage2@install2 use/metadata \
@$(call add,INSTALL2_PACKAGES,branding-$$(BRANDING)-alterator)
@$(call add,BASE_PACKAGES,branding-$$(BRANDING)-release)
@$(call add,BASE_PACKAGES,installer-distro-$$(INSTALLER)-stage3)
@$(call add,BASE_PACKAGES,installer-common-stage3)
@$(call add,BASE_PACKAGES,glibc-gconv-modules) # for guile22
@$(call add,BASE_LISTS,$(call tags,basesystem && !alterator))
@$(call xport,BASE_BOOTLOADER)
......
......@@ -8,7 +8,6 @@ use/live-install: use/live use/metadata use/repo/main \
use/alternatives/xvt/xterm
@$(call add_feature)
@$(call add,LIVE_PACKAGES,installer-common-stage2)
@$(call add,BASE_PACKAGES,installer-common-stage3)
@$(call add,THE_LISTS,$(call tags,basesystem && !alterator))
@$(call add,THE_PACKAGES,e2fsprogs)
@$(call add,LIVE_PACKAGES,$$(LIVE_INSTALL_PKG))
......
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