Revision e1d2d9bd example/instance-image.d/interfaces

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
. common.sh
7

  
6 8
DIG="$(which dig)"
7 9
OS_TYPE=""
8 10
FQDN=""
......
132 134
    esac
133 135
fi
134 136

  
137
exit 0

Also available in: Unified diff