Skip to content

Commit

Permalink
Add possibility to use a custom build script like in boxcutter/ubuntu.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgruner committed May 3, 2016
1 parent 140e93b commit 1c21acc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions custom-script.sh
@@ -0,0 +1,9 @@
#!/usr/bin/env bash

set -eux

# Sample custom configuration script - add your own commands here
# to add some additional commands for your environment
#
# For example:
# yum install -y curl wget git tmux firefox xvfb
2 changes: 1 addition & 1 deletion debian.json
Expand Up @@ -150,6 +150,7 @@
"script/parallels.sh",
"script/cmtool.sh",
"script/motd.sh",
"custom-script.sh",
"script/minimize.sh",
"script/cleanup.sh"
],
Expand Down Expand Up @@ -185,4 +186,3 @@
"vmware_guest_os_type": "debian8-64"
}
}

0 comments on commit 1c21acc

Please sign in to comment.