For the list archives:
I fixed it by creating a file named /srv/fai/config/hooks/chboot.UBUNTU
with the following contents:
#! /bin/bash
skiptask chboot
exit 0
# EOF
On 08/05/2015 02:40 AM, Thomas Lange wrote:
On Wed, 5 Aug 2015 09:34:44 +0200, Denny Bortfeldt <de...@bortfeldt.net> said:
> You don't need to edit the source code. You can create a hook for this
task
> and at the end skip the task so that the normal subroutine won't execute
> anymore.
Yes, that's right. If you just want to disable a task, you can use the
function skiptask in a hook. Have a look at
examples/simple/hooks/repository.CENTOS for an example.
--
John Heim, jh...@math.wisc.edu, skype:john.g.heim