initial commit
[grml-terminalserver.git] / templates / template
1 #!/bin/sh i like colors :)
2 #
3 # the following variables are available in the template:
4 #
5 # $INTERFACE_     (interface for the terminalserver)
6 # $IP_            (ip for the terminalserver to bind)
7 # $NETMASK_       (network mask)
8 # $GW_            (gateway)
9 # $NAMESERVERS_   (nameservers for the nodes)
10 # $IPRANGE_FROM_  (user configured iprange, first ip)
11 # $IPRANGE_TO_    (user configured iprange, last ip)
12 # $NETWORK_       (first ip in this subnet)
13 # $OPTIONS_       (options for grml-terminalserver)
14 # $BOOT_ARGS_     (boot arguments for the nodes)
15 #
16 # NOTE:
17 # templates are shellscript fragments and will be sourced from the
18 # terminalserver
19 #
20 # GLOBAL_README_END