Revision e84e87cd

b/create
19 19

  
20 20
set -e
21 21

  
22
if [ "${DEBUG_LEVEL} " = 1 ] ; then
23
    set -x
24
fi
25

  
22 26
. common.sh
23 27

  
24 28
IMAGE_FILE=""
b/example/instance-image.d/grub
8 8

  
9 9
. common.sh
10 10

  
11
if [ "${DEBUG_LEVEL} " = 1 ] ; then
12
    set -x
13
fi
14

  
11 15
CLEANUP=( )
12 16

  
13 17
trap cleanup EXIT
b/example/instance-image.d/interfaces
5 5

  
6 6
. common.sh
7 7

  
8
if [ "${DEBUG_LEVEL} " = 1 ] ; then
9
    set -x
10
fi
11

  
8 12
DIG="$(which dig)"
9 13
OS_TYPE=""
10 14
FQDN=""
b/example/instance-image.d/ssh
4 4

  
5 5
. common.sh
6 6

  
7
if [ "${DEBUG_LEVEL} " = 1 ] ; then
8
    set -x
9
fi
10

  
7 11
HOST_KEY="/etc/ssh/ssh_host_key"
8 12
RSA_KEY="/etc/ssh/ssh_host_rsa_key"
9 13
DSA_KEY="/etc/ssh/ssh_host_dsa_key"

Also available in: Unified diff