File: config.sh

package info (click to toggle)
multistrap 2.1.7
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 676 kB
  • ctags: 55
  • sloc: perl: 1,027; sh: 189; makefile: 128; ansic: 5
file content (10 lines) | stat: -rwxr-xr-x 261 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
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.