[PATCH] more that one scripts for the same class

2002-01-22 Thread Phil
Hi, I wanted to use a shell script and a cfengine script for the same class. Moreover I needed to control the execution order of them. This patch will do the following, when it's time to execute scripts in /fai/script : for each class, if there is a script with the same name, it is executed, as

woody debootstrap

2002-01-22 Thread Ronan KERYELL
I've just upgrade my FAI server and debootstrap does not work anymore in the fai-setup... :-( create_nfsroot + create_nfsroot + mkdir -p /usr/lib/fai/nfsroot/fai + cd /usr/lib/fai/nfsroot + create_base + '[' 'woody http://172.16.19.2/debian' ']' + call_verbose call_debootstrap woody

Re: Censoring configuration files

2002-01-22 Thread Phil
On 22 Jan 2002, Ronan KERYELL wrote: A meta-problem about using tools such as cfengine, FAI, JumpStart,... : many people ask me my configuration files but they contain of course many passwords, PPP accounts, etc. :-( So I'm looking for a good way to automate the publication of my config

Re: [PATCH] more that one scripts for the same class

2002-01-22 Thread Phil
Hi! On Tue, 22 Jan 2002, Jens Ruehmkorf wrote: that's the way we do it for nais since two years. Have a look at http://cvs.sf.net/cgi-bin/viewcvs.cgi/nais/nais/install/init.d/execute_scripts.sh to see how we did that (because the aim is the same). How do this is related to fai ? --

Re: [PATCH] more that one scripts for the same class

2002-01-22 Thread Thomas Lange
On Tue, 22 Jan 2002 17:37:38 +0100 (CET), Phil [EMAIL PROTECTED] said: Hi! On Tue, 22 Jan 2002, Jens Ruehmkorf wrote: that's the way we do it for nais since two years. Have a look at http://cvs.sf.net/cgi-bin/viewcvs.cgi/nais/nais/install/init.d/execute_scripts.sh to see

Re: [PATCH] more that one scripts for the same class

2002-01-22 Thread Jens Ruehmkorf
How do this is related to fai ? Well, somehow. You suggested something that's already in use for something else. [Since nais is a codefork from fai, this part fit's rather good to fai.] So you might want to have a look at the sourcecode. Might keep bugs or misunderstandings away. Best regards,