451d7c012d
This feature adds initial vagrant-compatible box build support as outlined in #28553.
7 lines
244 B
Makefile
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)
|