From 1c21acc2bc80634318246e3ac5cef4476a1b46e2 Mon Sep 17 00:00:00 2001 From: Martin Gruner Date: Tue, 3 May 2016 15:52:06 +0200 Subject: [PATCH] Add possibility to use a custom build script like in boxcutter/ubuntu. --- custom-script.sh | 9 +++++++++ debian.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 custom-script.sh diff --git a/custom-script.sh b/custom-script.sh new file mode 100644 index 0000000..ab19f3a --- /dev/null +++ b/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 diff --git a/debian.json b/debian.json index e120ac4..437131a 100644 --- a/debian.json +++ b/debian.json @@ -150,6 +150,7 @@ "script/parallels.sh", "script/cmtool.sh", "script/motd.sh", + "custom-script.sh", "script/minimize.sh", "script/cleanup.sh" ], @@ -185,4 +186,3 @@ "vmware_guest_os_type": "debian8-64" } } -