summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2012-11-08 13:04:01 -0500
committerMicah Anderson <micah@riseup.net>2012-11-08 13:04:01 -0500
commit0385a83d50a2b434ccf8aafae4d896f6a8d2fff5 (patch)
tree78cc19c9abb720bd1727ba849d09daf888d375a8
parentd633f2e4e3e37f48aa331ce350bd180b63e48adb (diff)
put the vagrant user into the sudoers group
-rw-r--r--wheezy/preseed.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/wheezy/preseed.cfg b/wheezy/preseed.cfg
index 2ecd64b..a4c80b1 100644
--- a/wheezy/preseed.cfg
+++ b/wheezy/preseed.cfg
@@ -195,7 +195,7 @@ d-i user-setup/allow-password-weak boolean true
# The user account will be added to some standard initial groups. To
# override that, use this.
-d-i passwd/user-default-groups string audio cdrom video admin
+d-i passwd/user-default-groups string audio cdrom video admin sudo
### Apt setup
# You can choose to install non-free and contrib software.