From 6dd741dcf759c3605df1b3941dd34cabb4ac9383 Mon Sep 17 00:00:00 2001 From: Vasudev Kamath Date: Mon, 9 Nov 2015 13:28:14 +0530 Subject: install dbus in base This is required to allow machinectl to control the container. --- bootstrap_debian | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" -- cgit v1.2.3