summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVasudev Kamath <kamathvasudev@gmail.com>2015-11-09 13:28:14 +0530
committerVasudev Kamath <kamathvasudev@gmail.com>2015-11-09 13:28:14 +0530
commit6dd741dcf759c3605df1b3941dd34cabb4ac9383 (patch)
tree999ba8ae1c5d9c020c31ef8bf4406aef89014346
parent38c8a9d7136258b552ad262e577675a809317a30 (diff)
install dbus in base
This is required to allow machinectl to control the container.
-rwxr-xr-xbootstrap_debian3
1 files changed, 2 insertions, 1 deletions
diff --git a/bootstrap_debian b/bootstrap_debian
index f4c5d63..a8bd806 100755
--- a/bootstrap_debian
+++ b/bootstrap_debian
@@ -22,7 +22,8 @@ isc-dhcp-client,\
netbase,\
net-tools,\
iproute,\
-openssh-server
+openssh-server,\
+dbus
if [ $(id -u) -ne 0 ]; then
echo "You must be root to execute this command"