summaryrefslogtreecommitdiff
path: root/examples/config.sh
diff options
context:
space:
mode:
Diffstat (limited to 'examples/config.sh')
-rwxr-xr-xexamples/config.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/config.sh b/examples/config.sh
new file mode 100755
index 0000000..24c04af
--- /dev/null
+++ b/examples/config.sh
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+set -e
+
+# This config script provides a method of adjusting the tarball
+# contents after multistrap has completed.
+# The script is copied into the tarball and unpacked to:
+# /config.sh
+
+# This example file can act as a skeleton for your own scripts.