How to follow OpenBSD current

openbsd

We want to try out OpenBSD on desktop, but using the -current flavor:

https://www.openbsd.org/faq/faq5.html#Flavors

-current: The -current branch is where active development work is done.
Every six months, -current is tagged and becomes the next-release.

Where can I download the installer ISO for this flavor and how do I keep the installed -current flavor up-to-date?

pkg_add handles ports, but this is about the main OS, so it must be something else with we can update the binary files.

Best Answer

Download the snapshot for your platform and install it. When you want to update the base, download the file bsd.rd from the snapshot directory in the mirror, copy it to / and reboot. Run boot bsd.rd in the boot loader prompt and reply u in the question which the installer asks you. That's all.

Related Question