Commit 78ab3130 authored by Anton Midyukov's avatar Anton Midyukov

ve.mk, vm.mk: replace systemd to use/init/systemd

For vm and ve targets do not require the vconsole-setup-kludge package. For them the problem displaying non-ASCII characters in tty is not actual. Suggested-by: obirvalger@
parent 6a85e721
......@@ -41,7 +41,7 @@ ve/sysvinit-etcnet: ve/base use/net/etcnet \
use/control/sudo-su use/repo use/net-ssh
@$(call add,BASE_PACKAGES,glibc-gconv-modules glibc-locales tzdata bash-completion iptables curl)
ve/systemd-bare: ve/.apt +systemd \
ve/systemd-bare: ve/.apt use/init/systemd \
use/control/sudo-su use/repo use/net-ssh
@$(call add,BASE_PACKAGES,interactivesystem su)
......
......@@ -5,7 +5,7 @@ ifeq (vm,$(IMAGE_CLASS))
vm/bare: vm/.base-lilo +sysvinit
@$(call add,BASE_PACKAGES,apt)
vm/systemd: vm/.base-grub +systemd
vm/systemd: vm/.base-grub use/init/systemd
@$(call add,BASE_PACKAGES,glibc-gconv-modules glibc-locales tzdata)
@$(call add,BASE_PACKAGES,apt)
......
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