Re: Building VM-IMAGE(s) from Source
- In reply to: vermaden : "Re: Building VM-IMAGE(s) from Source"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 15 Apr 2026 13:03:47 UTC
funnily, i had huge problems with release too, so i also wrote my own tool release parts have been improved lately, especially man pages around it but it's still very complex to get. even when i have tried to read configs, manpages, makefiles, handbook etc. it feels like something is missing. it's either in releng private repo or inside someone's brain. if in brain, those sometimes sadly expire and take all data with them, so... this comes from someone who installed 4.6 at age of 19 On April 15, 2026 1:52:42 PM GMT+03:00, vermaden <vermaden@interia.pl> wrote: >> Adding it to your release configuration file has no effect. > >Colin did not wrote WHERE to put it - he just wrote this: > >> You want WITH_VMIMAGES=YES. > >... and I had that in release config. > >But contents of 'release.conf.sample' are useless and misleading. > >% grep -m 1 -B 2 WITH_VMIMAGES /usr/src/release/release.conf.sample >## Set to a non-empty value to build virtual machine images as part of the >## release build. >#WITH_VMIMAGES= > > > >> Second, `release.conf=custom.conf` has no effect either. > >I later moved to this ... and it failed on build stage everytime in different places: > ># ./release.sh -c build.conf > >... on system with 8 AMD Ryzen CPUs and 28 GB RAM and 200 GB of SSD. > >But 'regular' command like that below worked without any problem: > ># make -j 8 buildworld buildkernel > > > >But all this is pointless now - I moved on to verimg(8) and I am more then happy with it. > > > > >