aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-11-18 19:57:51 -0200
committerSilvio Rhatto <rhatto@riseup.net>2010-11-18 19:57:51 -0200
commitada53cf0229bace8e0f9f7ad191a7f77332e8c6c (patch)
tree752252ea46036fff67006bb0c8b340153350ac4d /share
parentd4abd97cfa9d3c49b0bfee826b03b8b03156b216 (diff)
downloadhydra-ada53cf0229bace8e0f9f7ad191a7f77332e8c6c.tar.gz
hydra-ada53cf0229bace8e0f9f7ad191a7f77332e8c6c.tar.bz2
Provision: installing basic utilities
Diffstat (limited to 'share')
-rwxr-xr-xshare/hydractl/provision4
1 files changed, 4 insertions, 0 deletions
diff --git a/share/hydractl/provision b/share/hydractl/provision
index 0b4139b..d056641 100755
--- a/share/hydractl/provision
+++ b/share/hydractl/provision
@@ -131,6 +131,10 @@ chroot /tmp/debootstrap apt-get install linux-image-2.6-vserver-$kernel_arch
echo "Creating initramfs..."
chroot /tmp/debootstrap update-initramfs -v -u
+# Utils.
+echo "Installing basic utilities..."
+chroot /tmp/debootstrap apt-get install screen cron lsb-release openssl
+
# Ssh.
echo "Installing OpenSSH daemon..."
chroot /tmp/debootstrap apt-get install openssh-server