p7.mk: add vagrant bridge

Base vagrant-compatible disk image seems good enough
to have a try at building some public stable sample...
This commit is contained in:
Michael Shigorin 2015-02-20 19:06:57 +03:00
parent d4b3ccc0e4
commit 9c7a33c093

View File

@ -41,4 +41,5 @@ endif
ifeq (vm,$(IMAGE_CLASS))
vm/altlinux-p7-vm-net: vm/net mixin/p7; @:
vm/altlinux-p7-vagrant: vm/vagrant-base mixin/p7; @:
endif