Package: fai
Version: 2.9.1

In /usr/sbin/make-fai-nfsroot, lines 202-203, read as follows:

    cd $NFSROOT
    cp -Rpv $cfdir/* $NFSROOT/etc/fai
    
If $cfdir is provided using the -c command line option, it must be a canonical
path, due to the "cd $NFSROOT"; I suggest either dropping the cd $NFSROOT or
rewriting $cfdir using, e.g., cfdir="`readlink -f $cfdir`", which is probably a
more general fix.

Regards,
Michael

Attachment: signature.asc
Description: Digital signature

Reply via email to