Action names can be nearly any name. If this action is not one of the
default actions, FAI tries to find a hook with the name of the action.
Have a look at subroutines:

*)
   if [ -f $FAI/hooks/$FAI_ACTION ]; then
       echo "Calling user defined action: $FAI_ACTION"
       $FAI/hooks/$FAI_ACTION
   else
       echo "ERROR: User defined action
       $FAI/hooks/$FAI_ACTION not found."

-- 
regards Thomas


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to