/[fai]/trunk/conf/fai.conf
ViewVC logotype

Diff of /trunk/conf/fai.conf

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 89 by lange, Tue Oct 24 09:11:55 2000 UTC revision 112 by lange, Wed Oct 25 14:37:25 2000 UTC
# Line 1  Line 1 
   
1  # $Id$  # $Id$
2    
3  # /etc/fai.conf -- configuration for FAI (Fully Automatic Installation)  # /etc/fai.conf -- configuration for FAI (Fully Automatic Installation)
4    #
5    # this is the configuration for FAI package on the
6    # server. Configuration for the install clients are located elsewhere
7    
8    FAI_ARCH=`dpkg --print-installation-architecture`
9    
10    # location of base?_?.tgz for nfsroot on server (not for the install clients)
11    #
12    BASETGZ=ftp://ftp.debian.org/debian/dists/stable/main/disks-$FAI_ARCH/current/base?_?.tgz
13    # basetgz in a mounted directory
14    #BASETGZ=/mnt/debian.uni-essen.de/debian/dists/stable/main/disks-$FAI_ARCH/current/base?_?.tgz
15    
16    # the root password on install clients during installation process is: fai
17    #
18    ROOTPW="56hNVqht51tzc"
19    
20    # location of a .ssh/.identity.pub; this user can log in as root
21    # without password ; only usefull with FAI_FLAGS="sshd"
22    #
23    #SSH_IDENTITY=/home/admin/.ssh/identity.pub
24    
25    # additional packages, that will be installed into nfsroot
26    #
27    NFSROOT_PACKAGES=
28    
29    #
30    #
31    KERNELVERSION=2.2.17
32    
33    # this kernel package will be installed to NFSROOT
34    #
35    KERNELPACKAGE=/usr/lib/fai/kernel/kernel-image-2.2.17_BOOTP1_i386.deb
36    
37  # FAI_LOGUSER: account on TFTP server, which saves all log-files and  # FAI_LOGUSER: account on TFTP server, which saves all log-files and
38  # which can change the kernel that is booted via network. Configure  # which can change the kernel that is booted via network. Configure
# Line 10  Line 41 
41  # permissions for /boot/fai, for eg. you can use write permissions for  # permissions for /boot/fai, for eg. you can use write permissions for
42  # the group linuxadm. chgrp linuxadm /boot/fai;chmod g+w /boot/fai  # the group linuxadm. chgrp linuxadm /boot/fai;chmod g+w /boot/fai
43  # if the variable is undefined, this feature is disabled  # if the variable is undefined, this feature is disabled
44    #
45  LOGUSER=fai  LOGUSER=fai
46    
47    # a constant
48    LIBFAI=/usr/lib/fai
49    
50  # directory, where the nfsroot for FAI is created  # directory, where the nfsroot for FAI is created
51  # approx size: 100MB  # approx size: 100MB
 NFSROOT=/usr/lib/fai/nfsroot  
   
   
 # root password on install clients during installation process is: fai  
 ROOTPW="56hNVqht51tzc"  
   
 # additional packages, that will be installed into nfsroot  
 NFSROOT_PACKAGES=  
   
52  #  #
53  KERNELVERSION=2.2.17  NFSROOT=$LIBFAI/nfsroot
   
 #  
 KERNELPACKAGE=/usr/lib/fai/kernel/kernel-image-2.2.17_BOOTP1_i386.deb  

Legend:
Removed from v.89  
changed lines
  Added in v.112

  ViewVC Help
Powered by ViewVC 1.1.5