Commit 1ca16022 authored by Anton Midyukov's avatar Anton Midyukov

regular-vm.mk: don't add udev-rule-generator to everyone

This is no longer necessary, since the dependencies of livecd-net-eth.service are fixed, and for sysvinit the udev-rule-generator is added already.
parent 683d6318
......@@ -26,8 +26,6 @@ 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)
......
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