Initial commit

This commit is contained in:
Hongli Lai (Phusion)
2013-11-12 11:39:25 +01:00
commit 9661f84da9
16 changed files with 320 additions and 0 deletions

10
image/utilities.sh Executable file
View File

@@ -0,0 +1,10 @@
#!/bin/bash
set -e
source /build/buildconfig
set -x
## Often used tools.
apt-get install -y curl less nano vim psmisc
## This tool runs a command as another user and sets $HOME.
cp /build/setuser /sbin/setuser