Commit 41a9f8a3 authored by Ivan A. Melnikov's avatar Ivan A. Melnikov Committed by Anton Midyukov

use/oem: Add installer-common-stage3

installer-common-stage3 configures network. Without it, net-eth step of the OEM setup does not work properly.
parent 991a0a35
......@@ -24,9 +24,11 @@ use/oem/distro: use/oem
@$(call try,OEM_STEPS,sysconfig notes-license datetime \
preinstall net-eth root users setup-finish)
@$(call add,THE_PACKAGES,alterator-net-eth)
@$(call add,THE_PACKAGES,installer-common-stage3)
use/oem/install: use/oem use/repo/main
@$(call set,OEM_INSTALL,yes)
@$(call try,OEM_STEPS,sysconfig notes-license datetime pkg \
preinstall net-eth root users setup-finish)
@$(call add,THE_PACKAGES,alterator-pkg alterator-net-eth)
@$(call add,THE_PACKAGES,installer-common-stage3)
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