Re: Building VM-IMAGE(s) from Source
Dag-Erling Smørgrav <[email protected]> Wed, 15 Apr 2026 12:35:08 +0200
| Newsgroups | gmane.os.freebsd.devel.hackers,gmane.os.freebsd.stable,gmane.os.freebsd.current |
|---|---|
| Message-ID | <[email protected]> |
vermaden <[email protected]> writes: > I was not able to get 'release.sh' to success even a single time - it > always failed with different errors - the 'help' I received here also > did not pushed things forward ... You mean the correct advice that you ignored? You ran this: make -j 24 release.conf=custom.conf release First of all, as Colin told you, you need to define WITH_VMIMAGES either in your environment, in make.conf, or on the make command line. Adding it to your release configuration file has no effect. Second, `release.conf=custom.conf` has no effect either. You just made that up. The correct variable name is RELEASECONF. Third, you could easily have learned this by reading the Makefile and release.sh, they're not particularly complex. DES -- Dag-Erling Smørgrav - [email protected]