Hello.
Just a comment on the jhalfs-1.0 paco patch.
In common/config, the PACO_EXCLUDE variable is set thusly:
PACO_EXCLUDE=/${SCRIPT_ROOT}
I guess ${SCRIPT_ROOT} is the directory from which jhalfs is run.
I think directories /dev, /proc, /sys and /tmp should be also
excluded by default. I suggest:
PACO_EXCLUDE=${SCRIPT_ROOT}:/dev:/proc:/sys:/tmp
Otherwise the resulting logs will contain many unwanted files.
Another question:
I have tried to build LFS-6.2-pre2 with jhalfs-1.0, and I had to
copy the paco tarball into the ${LFS_MOUNT_POINT}/jhalfs/sources
manually, because jhalfs did not copy it automatically. This
caused the build process to fail at the beggining of chapter 6.
__david
--
http://linuxfromscratch.org/mailman/listinfo/alfs-discuss
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page