I am running arch linux. I want to try openbsd without overwriting any machines, and without using a virtual machine (I don't want to use X11. The VirtualBox interface is clunky and I would rather be without it) So my next logical conclusion would be to create a chroot, install openBSD in it, and chroot into it for that openBSD experience, but with linux kernelspace, and so reboot. I am concerned with security so I don't want to perform many operations as root, I don't want to keep about unimportant files.
I'm thinking that I would create /mnt/openBSD
rsync an openBSD mirror to ~/bsd, compile everything and configure to install to /mnt/openBSD/[whatever]
But it feels like I'm forgetting something important. What am I forgetting?