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 :-/
This commit is contained in:
Michael Shigorin 2014-03-01 21:51:44 +04:00
parent 6ed7da1e49
commit b7e824b742

View File

@ -1,7 +1,7 @@
# virtual machines
ifeq (vm,$(IMAGE_CLASS))
vm/bare: vm/.bare
vm/bare: vm/.bare +sysvinit
@$(call add,BASE_PACKAGES,apt)
vm/net: vm/bare use/net-eth/dhcp use/net-ssh use/repo