- Edited
With FreeBSD and NetBSD, I can enter the limited installer shell and manually change it into a live system with a basic X.org that's able to install packages.
But how can I do this in the OpenBSD installer? The environment is really limited. There's no mount_tmpfs or mount_mfs yet. I'm able to boot from a install iso and extract 1 executable from the base set archive into /tmp, but then we're out of memory.
I need RAM-based storage space that can be mounted over various default read-only system directories but how can I activate it in this minimal single-user shell? Because we're booted in a default kernel with enough RAM and all devices available, that should be possible but mount_tmpfs and mount_mfs aren't really informative about what they are still missing. Just nothing happens, afaik.