summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVasudev Kamath <vasudev@copyninja.info>2016-07-06 21:33:29 +0530
committerVasudev Kamath <vasudev@copyninja.info>2016-07-06 21:33:29 +0530
commitd106e9ac560ee3b7f32256cf3a8e4a619f60f3fe (patch)
tree1751e0d4b862f4b2bfa5cb3bf56afd59c2c63b22
parent6ffdf9bb5140e670f161f3baf12ca36bae8373cc (diff)
init system is no longer part of minbase variant
debootstrap no longer installs init system as part of minbase variant so specifically install it.
-rwxr-xr-xbootstrap_debian3
1 files changed, 2 insertions, 1 deletions
diff --git a/bootstrap_debian b/bootstrap_debian
index 02667d2..124f72f 100755
--- a/bootstrap_debian
+++ b/bootstrap_debian
@@ -21,7 +21,8 @@ netbase,\
net-tools,\
iproute,\
openssh-server,\
-dbus
+dbus,\
+systemd
if [ $(id -u) -ne 0 ]; then
echo "You must be root to execute this command"