Import Upstream version 1.8.5
[hcoop/debian/openafs.git] / src / afsinstall / lib / InstallGuides / GENERIC / afsinstall.rc
1 /*
2 * Copyright 2000, International Business Machines Corporation and others.
3 * All Rights Reserved.
4 *
5 * This software has been released under the terms of the IBM Public
6 * License. For details, see the LICENSE file in the top-level source
7 * directory or online at http://www.openafs.org/dl/license10.html
8 */
9
10 #
11 # Initialization file for AFSinstall
12 #
13 #
14 #
15 # Alternate directories
16 #
17 default /afs/cellname/afsprod/3.4a
18 prod /afs/cellname/afsprod/3.4a
19
20 #
21 # Install packages
22 # file Default Description
23 #
24 modkernel 1 Dynamic kernel libraries and afsd
25 bldkernel 0 Static kernel libraries and afsd
26 fileserver 0 Fileserver
27 dbserver 0 Database server
28 miscserver 0 Other servers
29 serveruser 0 Server control commands
30 tokens 1 User tokens related commands
31 unix 1 Modified unix commands
32 debug 0 Debugging programs
33 other 0 Other
34 login 1 Install AFS integrated login
35 vfsck 0 Install AFS aware vfsck
36 build 0 Perform kernel build
37 installkernel 0 Install AFS aware kernel
38 rc 1 Create an AFS startup script
39 clientconfig 1 Configuration of an AFS client
40
41 #
42 # Client configuration options
43 #
44 # option definition
45 NFSEXTENSIONS=0
46 CACHEDIR=/usr/vice/cache
47 CACHESIZE=30000
48 CELLNAME=cellname
49 CELLSERVDB=/afs/cellname/cinfo/etc/CellServDB
50 AFSROOT=/afs
51