Please quote me the relevant "industry standards." It is all perspective, and FreeBSD releng certainly does not cater to what some rando online might think is an intuitive way to name release trains. This has been done this way for 30 years.
theamigan
To what? Provide the error message and stop asking to be spoonfed? And you can hit ^L to make the install refresh the screen like with any curses program, fyi.
You need to read the handbook before you start spouting judgments about the releng process.
STABLE is cut from CURRENT. RELEASE is cut from STABLE.
The same as you can in regular FreeBSD, under a bhyve VM running Linux. You can also use the linux ABI in a jail.
Again, it is because you are using CURRENT. Don't use it.
That almost certainly untrue. Do not run CURRENT, it has INVARIANTS
and WITNESS
enabled that will make it painfully slow.
Install on ZFS root, snapshot a known good, then you can rollback as you wish.
I know how docker and lxc work and the difference between them and chroots. But you're talking about persistence of changes breaking things. You are right that chroot only operates on the VFS namespace. Jails are the kind of isolation you are after, and in fact were in FreeBSD before containerization was even a word.
Things like remapping user IDs start to pervert the line between userspace and what the kernel gives a shit about. Linux containerization technologies are many things, but elegant they are not.
I use Arch too. I've been using FreeBSD for 21 years, though. I run everything on it, even this Lemmy instance.
More isolated in which way? You should probably read up on how all this stuff is actually implemented, it will clarify your understanding of what is going on rather than just throwing commands at the wall and seeing what sticks.
Yes, you are wrong. FreeBSD is a general purpose operating system. You install what you need and configure what you need. GhostBSD and its ilk are for weenies.
That is your bluetooth adapter. Just disable it, press 3 at the boot menu to break to loader prompt and
set hint.ubt.0.disabled="1"
andboot