> In make-fai-nfsroot the variable NFSROOT is set to > > NFSROOT="$NFSROOT/live/filesystem.dir" > > So it should have been set to the value you expect. I think I've > forgotten to export this variable, so the hooks also can use this > value. Do you think adding the export command in front of this > definition will fix it?
Please don't do this. Not that it would break any of my setups, but using different values under a single variable name is doomed to break something, even inside make-fai-nfsroot. The NFSROOT variable can be set by the user in m-f-n.conf and it costs nothing to add some other variable (like REAL_NFSROOT) inside make-fai-nfsroot. Best, Michael
pgpPjOAaLVF49.pgp
Description: PGP signature

