mmatuska / mfsbsd

mfsBSD
http://mfsbsd.vx.sk
BSD 2-Clause "Simplified" License
494 stars 137 forks source link

make fbsddist fails on the new version #63

Closed kyl191 closed 8 years ago

kyl191 commented 9 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.