Commit b7e824b7 authored by Michael Shigorin's avatar Michael Shigorin

vm.mk: use sysvinit

I don't see any reason to use systemd within VM images, and it would stick its journal as a syslog implementation when not ditched explicitly :-/
parent 6ed7da1e
# virtual machines # virtual machines
ifeq (vm,$(IMAGE_CLASS)) ifeq (vm,$(IMAGE_CLASS))
vm/bare: vm/.bare vm/bare: vm/.bare +sysvinit
@$(call add,BASE_PACKAGES,apt) @$(call add,BASE_PACKAGES,apt)
vm/net: vm/bare use/net-eth/dhcp use/net-ssh use/repo vm/net: vm/bare use/net-eth/dhcp use/net-ssh use/repo
......
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