diff options
author | Vasudev Kamath <kamathvasudev@gmail.com> | 2015-11-09 13:28:14 +0530 |
---|---|---|
committer | Vasudev Kamath <kamathvasudev@gmail.com> | 2015-11-09 13:28:14 +0530 |
commit | 6dd741dcf759c3605df1b3941dd34cabb4ac9383 (patch) | |
tree | 999ba8ae1c5d9c020c31ef8bf4406aef89014346 | |
parent | 38c8a9d7136258b552ad262e577675a809317a30 (diff) |
install dbus in base
This is required to allow machinectl to control the container.
-rwxr-xr-x | bootstrap_debian | 3 |
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" |