File: diskless-image-simple.templates

package info (click to toggle)
diskless 0.3.18.0.5
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 772 kB
  • ctags: 119
  • sloc: perl: 2,628; xml: 782; sh: 439; makefile: 103
file content (75 lines) | stat: -rw-r--r-- 2,567 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
Template: diskless-image/master
Type: string
Default: master
_Description: Name of master:
 This option specifies the default name for the master host. This is
 required to be setup by some Debian packages. It should have an entry in
 the DNS.

Template: diskless-image/nfsserver
Type: string
Default: 192.168.87.129
_Description: NFS server address:
 This specifies the address of the central NFS server where to mount
 partitions from on the clients. It is recommended that this contain the IP
 address, although this is not required.

Template: diskless-image/nfsimagedir
Type: string
Default: /var/lib/diskless/default/root
_Description: NFS image directory mount point:
 This option specifies the path which will be used by the clients to mount
 the NFS image directory.

Template: diskless-image/nfshostsdir
Type: string
Default: /var/lib/diskless/default
_Description: Hosts directories mount point:
 This option specifies the path which will be used by the clients to their
 private read-write directories.  The IP address will be appended to the
 end of this path.

Template: diskless-image/nfshomedir
Type: string
Default: /home
_Description: NFS exported home directories:
 This specifies where /home on the clients should be mounted from your NFS
 server. Examples are /home, /tftpboot/home, etc. This directory must be
 exported on your NFS server via /etc/exports, and will be mounted as
 /home. Set this value to "none", if you don't want to mount /home (in this
 case, /home will be an empty read-only directory).

Template: diskless-image/nameserver
Type: string
Default: 127.0.0.1
_Description: Name server IP address:
 This option specifies the default nameserver for each client in this
 group.

Template: diskless-image/domain
Type: string
Default: chocbit.org.au
_Description: Domain:
 This option specifies the default DNS domain for each client in this
 group.

Template: diskless-image/maildomain
Type: string
Default: chocbit.org.au
_Description: Default mail domain:
 This option specifies the default domain name to be used for out going
 mail. The mail host name specified in the host setup will be appended to
 the start of this value to form the FQDN.

Template: diskless-image/mailroute
Type: string
Default: smtp
_Description: Default mail route:
 All mail, incoming and outgoing, is routed via this server.

Template: diskless-image/devfs
Type: boolean
Default: false
_Description: Use DEVFS for /dev?
 This option specifies whether or not you want to use the DEVFS system
 available via patch for Linux 2.2.x or 2.3.x (not tested).