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:
parent
6ed7da1e49
commit
b7e824b742
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user