Commit 7c9794a8 authored by Michael Shigorin's avatar Michael Shigorin

regular.mk: +net-eth for consistency

The bare intermediate target did use/stage2/net-eth but it was found out by sem@ that an installed server would lack udev-rule-generator-net package so its ethernet interface naming would be inherited from install2 stage only; fix it by adding use/net-eth and reduce the churn with +net-eth.
parent 8533f7e2
......@@ -2,8 +2,8 @@
ifeq (distro,$(IMAGE_CLASS))
# common ground
distro/.regular-bare: distro/.base +wireless use/efi/signed \
use/memtest use/stage2/net-eth use/kernel/net
distro/.regular-bare: distro/.base +wireless +net-eth \
use/efi/signed use/memtest use/kernel/net
@$(call try,SAVE_PROFILE,yes)
# graphical target (not enforcing xorg drivers or blobs)
......@@ -48,12 +48,11 @@ distro/.regular-install: distro/.regular-bare +installer +sysvinit +power \
# NB:
# - no +power or even use/power/acpi/button on intent
# - stock cleanup is not enough (or installer-common-stage3 deps soaring)
distro/regular-jeos: distro/.base +sysvinit \
distro/regular-jeos: distro/.base +sysvinit +net-eth \
use/install2/packages use/install2/vmguest use/vmguest/base \
use/branding use/bootloader/lilo use/syslinux/lateboot.cfg \
use/install2/cleanup/everything use/install2/cleanup/kernel/everything \
use/cleanup/x11-alterator use/net use/kernel/net use/stage2/net-eth \
use/power/acpi/button
use/cleanup/x11-alterator use/net use/kernel/net use/power/acpi/button
@$(call set,KFLAVOURS,led-ws) # led-vs might be nice here
@$(call add,BASE_KMODULES,guest scsi vboxguest)
@$(call set,INSTALLER,altlinux-generic)
......
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