I'm having trouble building on a slightly unstable ARMv7 device, which bombs out (at an inconsistent point) with a segfault error. As far as I can tell,
It's not an upgrade, of any kind, I just need to create a jail. I can't simply use bsdinstall for this because the platform is a tier 2 architecture with custom kernel build. Any ideas?
make buildworld begins the process pretty much from scratch each time, so the chance of reaching 100% seems slim. Is there some way to resume building world from the last successful point? I was going to try the old-school make world, but according to Makefile this appears to be just a shortcut for make buildworld && make installworld.It's not an upgrade, of any kind, I just need to create a jail. I can't simply use bsdinstall for this because the platform is a tier 2 architecture with custom kernel build. Any ideas?