mkimage-profiles/features.in/vagrant/config.mk
Michael Shigorin 451d7c012d vagrant: initial implementation
This feature adds initial vagrant-compatible box
build support as outlined in #28553.
2015-02-16 23:10:50 +03:00

7 lines
244 B
Makefile

use/vagrant: use/vmguest/vbox use/deflogin use/net-ssh use/control
@$(call add_feature)
@$(call add,THE_PACKAGES,sudo)
@$(call add,CONTROL,sudo:public)
@$(call add,USERS,vagrant:vagrant:1:) # NB: custom sudoers
@$(call set,ROOTPW,vagrant)