Revision c6253116

b/example/instance-image.d/interfaces
3 3
# This is an example script that configures your network settings after
4 4
# installation. By default it sets it up to use dhcp.
5 5

  
6
set -e
7

  
6 8
. common.sh
7 9

  
8 10
if [ "${IMAGE_DEBUG} " = 1 ] ; then
b/example/instance-image.d/ssh
2 2

  
3 3
# Remove all generated keys so that each instance has unique keys for ssh
4 4

  
5
set -e
6

  
5 7
. common.sh
6 8

  
7 9
if [ "${IMAGE_DEBUG} " = 1 ] ; then

Also available in: Unified diff