Commit 8a299b4a authored by Anton Midyukov's avatar Anton Midyukov

regular.mk, regular-vm.mk: Add udev-rule-generator

Workaround to solve the problem of late appearance of the network interface.
parent 50a2f392
......@@ -26,6 +26,8 @@ mixin/regular-vm-base: use/firmware use/ntp/chrony use/repo \
ifneq (,$(filter-out i586 x86_64,$(ARCH)))
@$(call add,DEFAULT_SERVICES_DISABLE,multipathd)
endif
@$(call add,THE_PACKAGES,udev-rule-generator)
@$(call add,DEFAULT_SERVICES_ENABLE,udevd-final)
@$(call add,THE_PACKAGES,bash-completion mc update-kernel)
@$(call add,THE_PACKAGES,vim-console)
@$(call add,KMODULES,staging)
......
......@@ -7,6 +7,8 @@ distro/.regular-bare: distro/.base use/kernel/net use/docs/license \
use/stage2/mmc use/stage2/net-install \
use/stage2/rtc use/stage2/sbc use/stage2/scsi use/stage2/usb
@$(call try,SAVE_PROFILE,yes)
@$(call add,THE_PACKAGES,udev-rule-generator)
@$(call add,DEFAULT_SERVICES_ENABLE,udevd-final)
ifeq (,$(BRANCH))
ifeq (,$(filter-out i586 x86_64,$(ARCH)))
@$(call set,BOOTLOADER,grubpcboot)
......
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