-
Notifications
You must be signed in to change notification settings - Fork 0
/
INSTALL
68 lines (49 loc) · 1.76 KB
/
INSTALL
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
To install the scripts go into the src/ directory and run the command:
./install.sh
The install script supports the following parameters, which are set in the
following way: -parameter=value
-destidr=
This is prepended to prefix and can be used to install into a
jail/chroot, other mounted systems etc. It does not affect
where installed scripts assume they are.
-prefix=/usr/local
The prefix that separates the files to be installed from the
base system.
-tmp=/tmp
The directory used for temporary files.
-var=/var
The directory to keep changing files. This influences the
default of -run, -vartmp and -geli_images.
-run=/var/run
The directory where runtime information like the dynamically
stored amd.map or PID files will be created.
-vartmp=/var/tmp
The directory where files that should survive an unclean
shutdown, like the list of managed nodes, will be created.
-media=/media
The directory where the symlinks to the amd mounts will be
created.
-devfs=/dev
The location of the device file system.
-map=/etc/amd.map
The location of the static amd.map that the dynamic one will
be built upon.
-amd=/usr/sbin/amd
The location of the automounter daemon.
-amq=/usr/sbin/amq
The location of the automounter query tool.
-rpcbind=/usr/sbin/rpcbind
The location of the RPC daemon.
-rpcinfo=/usr/bin/rpcinfo
The location of the RPC reporting tool.
-logger="/usr/bin/logger -st automounter"
The logger(1) call, messages must be read from arguments and
stdin.
-geli_images=/var/geli/images
The location for geli images.
-geli_keys=.geli/keys
The location for geli keys on mountable media.
-nodoc
Set this to not install manual pages.
Be aware that install.sh and deinstall.sh have to be called with the same
parameters.