File: diskless-image-secure.templates

package info (click to toggle)
diskless 0.3.6
  • links: PTS
  • area: main
  • in suites: potato
  • size: 460 kB
  • ctags: 111
  • sloc: perl: 2,467; sh: 375; makefile: 104
file content (76 lines) | stat: -rw-r--r-- 2,575 bytes parent folder | download | duplicates (4)
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
76
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 options 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 options 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: IP address of nameserver?
 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: select
Choices: yes, no
Default: no
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).