T170?

2001-09-27 Thread exa
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Is T170 still respected? :T170="10.0.0.241:/etc/fai":\ This seems to override what's been defined in /etc/fai.conf - -- Eray Ozkural (exa) <[EMAIL PROTECTED]> Comp. Sci. Dept., Bilkent University, Ankara www: http://www.cs.bilkent.edu.tr/

Re: FAI - love it but a few things...

2001-09-27 Thread Thomas Lange
> On Thu, 27 Sep 2001 14:04:02 +0100, [EMAIL PROTECTED] (Paul Hedderly) said: > FAI_FLAGS=sshd,createvt > FAI_FLAGS=sshd:createvt > FAI_FLAGS="sshd,createvt" > FAI_FLAGS="sshd:createvt" RTFM: It contains a space separated list of flags. So, it should be: FAI_FLAGS="ss

FAI_FLAGS

2001-09-27 Thread Thomas Lange
My fault. It doesn't work using a space separated list. You can use a comma separated list for FAI_FLAGS if you insert following line in task_setup() in file subroutines. This will be included to FAI 2.2.1 DNSDOMAIN=$DOMAIN # cfengine 1.5.3 can't use $DOMAIN > FAI_FLAGS=`echo $FAI_FL