2010-07-20 21:58:43 +00:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
set -e
|
2009-03-28 21:55:28 +00:00
|
|
|
|
|
|
|
# This config script provides a method of adjusting the tarball
|
2010-07-20 21:58:43 +00:00
|
|
|
# contents after multistrap has completed.
|
2009-03-28 21:55:28 +00:00
|
|
|
# The script is copied into the tarball and unpacked to:
|
2010-07-20 21:58:43 +00:00
|
|
|
# /config.sh
|
2009-03-28 21:55:28 +00:00
|
|
|
|
|
|
|
# This example file can act as a skeleton for your own scripts.
|