I updated the NetBSD-current sources on my @linveo VPS. Thanks @linveo!
linveo# date
linveo# cd /usr/src
linveo# export CVS_RSH="ssh"
linveo# cvs update -A -dP
linveo# cd ../xsrc
linveo# cvs update -A -dP
linveo# cd /usr/src
linveo# less UPDATING
I also rebuilt the NetBSD-current userland.
make distribution started at: Thu Jan 9 20:34:10 UTC 2025
make distribution finished at: Thu Jan 9 22:06:48 UTC 2025
===> Successful make distribution
===> build.sh ended: Thu Jan 9 22:06:48 UTC 2025
===> Summary of results:
build.sh command: ./build.sh -j 2 -O ../obj -r -T ../tools -U distribution
build.sh started: Thu Jan 9 20:34:03 UTC 2025
NetBSD version: 10.99.12
MACHINE: amd64
MACHINE_ARCH: x86_64
Build platform: NetBSD 10.99.12 amd64
HOST_SH: /bin/sh
Bootstrapping nbmake
share/mk MAKECONF: /etc/mk.conf
MAKECONF file: /etc/mk.conf
TOOLDIR path: /usr/src/../tools
DESTDIR path: /usr/src/../obj/destdir.amd64
RELEASEDIR path: /usr/src/../obj/releasedir
Removing /usr/src/../tools
Removing /usr/src/../obj/destdir.amd64
Created /usr/src/../tools/bin/nbmake
Updated makewrapper: /usr/src/../tools/bin/nbmake-amd64
Successful make distribution
build.sh ended: Thu Jan 9 22:06:48 UTC 2025
===> .
Next up is rebuilding the kernel and the X Window System. Then backup, install the new kernel, and reboot,
Finally, install the new userland and the new X. Then a final reboot to make sure that it can.
Comments
I updated the NetBSD-current sources on my @linveo VPS. Thanks @linveo!
I also rebuilt the NetBSD-current userland.
Next up is rebuilding the kernel and the X Window System. Then backup, install the new kernel, and reboot,
Finally, install the new userland and the new X. Then a final reboot to make sure that it can.
What am I missing?
I hope everyone gets the servers they want!
Here is the Summary of the kernel rebuild.
I hope everyone gets the servers they want!
build.sh command: ./build.sh -j 2 -O ../obj -r -T ../tools -U distribution
Nope!
I forgot the
-x
flag to add X Windows!So, probably, something like
build.sh command: ./build.sh -j 2 -O ../obj -r -T ../tools -U -x distribution
might work.
I hope everyone gets the servers they want!
Okay, done with the X Window System enabled distribution build.
I think I wouldn't have to rebuild the kernel again, right?
I hope everyone gets the servers they want!
Well . . . I did build the kernel again. . . .
I'm not sure whether having the "-x" flag in the kernel build changes anything. But it might.
Tomorrow, maybe we will see if the VPS reboots with the newly updated and recompiled kernel.
Thanks to @linveo for lots of NetBSD fun, and for very fast builds!
I hope everyone gets the servers they want!