multistrap/examples/config.sh
codehelp 302197dd60 update examples
git-svn-id: http://emdebian.org/svn/current@7327 563faec7-e20c-0410-992a-a66f704d0ccd
2010-07-20 21:58:43 +00:00

10 lines
261 B
Bash
Executable file

#!/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.