Hi, with a recent FAI version (5.0.3) on a jessie nfsroot, ftar’s class-based picking of a base archive did not work for me. As a first workaround I had to replace
[ -f $ENV{LOGDIR}/FAI_CLASSES ] && classes=$(< $ENV{LOGDIR}/FAI_CLASSES)
by
[ -f $LOGDIR/FAI_CLASSES ] && classes=$(< $LOGDIR/FAI_CLASSES)
which works for me. Maybe you can come up with a hint about what I was doing
wrong (or if there’s really a bug, with a better solution).
-frank
signature.asc
Description: Message signed with OpenPGP using GPGMail
