>>>>> On Mon, 5 Feb 2018 12:24:41 -0800, Bill MacAllister <b...@ca-zephyr.org> >>>>> said:
> Just hit this minor bug in fai-server 5.3.6. > --- /usr/sbin/fai-make-nfsroot 2018-02-02 13:06:52.000000000 +0000 > +++ /var/tmp/fai-make-nfsroot 2018-02-05 20:23:41.370416545 +0000 > @@ -477,7 +477,7 @@ > if [ -d $cfdir/apt/keys ]; then > local f > for f in `find $cfdir/apt/keys -type f -name '*.asc'`; do > - cp $f $$NFSROOT/etc/apt/trusted.gpg.d > + cp $f $NFSROOT/etc/apt/trusted.gpg.d > done Thanks for the fix. I had to look several times at the diffs before I saw the problem. -- regards Thomas