X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=etc%2Fgrml%2Ffai%2Fmake-fai-nfsroot.conf;h=e71302d5493d896490eb24458f0b17d835e21601;hp=8f131d213b9effc031513cc8e9145ab5c587c509;hb=193203a7b81d595703d7da56e072d19cb21c5510;hpb=6c3215fe7320b9e69fbcc652e4b87f426df0ea94 diff --git a/etc/grml/fai/make-fai-nfsroot.conf b/etc/grml/fai/make-fai-nfsroot.conf index 8f131d2..e71302d 100644 --- a/etc/grml/fai/make-fai-nfsroot.conf +++ b/etc/grml/fai/make-fai-nfsroot.conf @@ -3,7 +3,7 @@ # directory on the install server where the nfsroot for FAI is # created, approx size: 250MB, also defined in bootptab or dhcp.conf -NFSROOT=/grml/fai/nfsroot +NFSROOT=/srv/fai/nfsroot # TFTP root directory TFTPROOT=/srv/tftp/fai @@ -13,11 +13,10 @@ TFTPROOT=/srv/tftp/fai #NFSROOT_ETC_HOSTS="192.168.1.250 yourinstallserver" # debootstrap commandline -FAI_DEBOOTSTRAP="etch http://ftp.de.debian.org/debian" +FAI_DEBOOTSTRAP="squeeze http://cdn.debian.net/debian" # which options do you want to use for debootstrap? -# FAI_DEBOOTSTRAP_OPTS="--exclude=dhcp-client,info" -FAI_DEBOOTSTRAP_OPTS="" +FAI_DEBOOTSTRAP_OPTS="--exclude=info,tasksel,tasksel-data" # the encrypted (with md5 or crypt) root password on all install clients during # installation process; used when log in via ssh; default pw is: fai @@ -26,3 +25,7 @@ FAI_ROOTPW='$1$kBnWcO.E$djxB128U7dMkrltJHPf6d1' # location of a identity.pub file; this user can log to the install # clients in as root without a password; only useful with FAI_FLAGS="sshd" #SSH_IDENTITY=/home/admin/.ssh/identity.pub + +# directory of hooks to be sourced at the end of make-fai-nfsroot, +# i.e they have to be shell scripts. +#NFSROOT_HOOKS=/etc/fai/nfsroot-hooks/