summaryrefslogtreecommitdiff
path: root/vagrant.json
diff options
context:
space:
mode:
authorChristian Rebischke <Chris.Rebischke@posteo.de>2017-05-07 21:26:42 +0200
committerChristian Rebischke <Chris.Rebischke@posteo.de>2017-05-07 21:26:42 +0200
commit6bd649fc4b74d10e183531cd046ee7872fedb40e (patch)
tree42d7ad54398e3596cb7a13d6ae965f1d6e1420be /vagrant.json
parenta7c15082fcc29f56911e0a36af4133b73e1c9e26 (diff)
downloadarch-boxes32-6bd649fc4b74d10e183531cd046ee7872fedb40e.tar.xz
Different enhancements
added polkit to pacstrap for systemctl poweroff, added sudo to poweroff command, moved link for systemd-resolved to postinstall.sh
Diffstat (limited to 'vagrant.json')
-rw-r--r--vagrant.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/vagrant.json b/vagrant.json
index 912b18c..11f791c 100644
--- a/vagrant.json
+++ b/vagrant.json
@@ -18,7 +18,7 @@
"ssh_password": "vagrant",
"ssh_port": 22,
"ssh_wait_timeout": "10000s",
- "shutdown_command": "systemctl poweroff",
+ "shutdown_command": "sudo systemctl poweroff",
"guest_additions_mode": "disable",
"vboxmanage": [
[