Commit 3e57ac21 authored by Anton Midyukov's avatar Anton Midyukov

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

Workaround is not needed for etcnet> = 0.9.19.1-alt1 See also commit 8a299b4a
parent 219291c4
...@@ -26,8 +26,6 @@ mixin/regular-vm-base: use/firmware use/ntp/chrony use/repo \ ...@@ -26,8 +26,6 @@ mixin/regular-vm-base: use/firmware use/ntp/chrony use/repo \
ifneq (,$(filter-out i586 x86_64,$(ARCH))) ifneq (,$(filter-out i586 x86_64,$(ARCH)))
@$(call add,DEFAULT_SERVICES_DISABLE,multipathd) @$(call add,DEFAULT_SERVICES_DISABLE,multipathd)
endif 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,bash-completion mc update-kernel)
@$(call add,THE_PACKAGES,vim-console) @$(call add,THE_PACKAGES,vim-console)
@$(call add,KMODULES,staging) @$(call add,KMODULES,staging)
......
...@@ -7,8 +7,6 @@ distro/.regular-bare: distro/.base use/kernel/net use/docs/license \ ...@@ -7,8 +7,6 @@ distro/.regular-bare: distro/.base use/kernel/net use/docs/license \
use/stage2/mmc use/stage2/net-install \ use/stage2/mmc use/stage2/net-install \
use/stage2/rtc use/stage2/sbc use/stage2/scsi use/stage2/usb use/stage2/rtc use/stage2/sbc use/stage2/scsi use/stage2/usb
@$(call try,SAVE_PROFILE,yes) @$(call try,SAVE_PROFILE,yes)
@$(call add,THE_PACKAGES,udev-rule-generator)
@$(call add,DEFAULT_SERVICES_ENABLE,udevd-final)
ifeq (,$(BRANCH)) ifeq (,$(BRANCH))
ifeq (,$(filter-out i586 x86_64,$(ARCH))) ifeq (,$(filter-out i586 x86_64,$(ARCH)))
@$(call set,BOOTLOADER,grubpcboot) @$(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