Hi Thomas, In subroutines/task_repository you fcopy /etc/resolv.conf. It is possible to omit this?
While installing Debian 9 (with a Debian 8 FAI server) the installing client is in a extra subnet, with its own nameserver. After install is finished the client goes to production subnet, with another nameserver. In task_confdir the resolv.conf of the FAI Server is copied to the installing client, that fine for us. We fcopy the production resolv.conf with the LAST class. For now I copied the task_repository into a hook "repository.DEBIAN_9" and remove the resolv.conf part. But I dont like that hack. Reiner