Closed kyl191 closed 8 years ago
https://github.com/mmatuska/mfsbsd/commit/11c6862f8fd264cf03bb8342b164cb5f9f21b21a doesn't seem to work properly, make fbsddist BASE=/media/cd/usr/freebsd-dist/ fails with:
Configuring boot environment ...cp: /tmp/mfsbsd/tmp/mfs/rw/boot.config: No such file or directory *** Error code 1 Stop. make: stopped in /tmp/mfsbsd
According to find /tmp/mfsbsd -name boot.config, /tmp/mfsbsd/tmp/mfs/boot.config exists, so it's looking at the wrong path.
find /tmp/mfsbsd -name boot.config
/tmp/mfsbsd/tmp/mfs/boot.config
https://github.com/mmatuska/mfsbsd/commit/11c6862f8fd264cf03bb8342b164cb5f9f21b21a doesn't seem to work properly, make fbsddist BASE=/media/cd/usr/freebsd-dist/ fails with:
According to
find /tmp/mfsbsd -name boot.config
,/tmp/mfsbsd/tmp/mfs/boot.config
exists, so it's looking at the wrong path.