Skipping Task

Thomas Lange lange at informatik.Uni-Koeln.DE
Thu May 6 23:22:38 CEST 2004


>>>>> On Thu, 6 May 2004 18:52:23 +0200, Henning Glawe <glaweh at physik.fu-berlin.de> said:

    > On Thu, May 06, 2004 at 06:08:52PM +0200, Bernd Broermann wrote:
    >> how can I skip the tasks extrbase ... ,  so that I can install another OS ?
    > create a script hooks/extrbase.$SOMECLASS containing

    > # !/bin/bash
    > touch $LOGDIR/skip.extrbase 
There's more than one way to do it. Create a script
hooks/extrbase.DEFAULT (or use any other class that's defined) containing

# !/bin/bash

skiptask extrbase 


skiptask is a function in FAI, defined in share/subroutines :-)

-- 
regards Thomas



More information about the linux-fai mailing list