this post was submitted on 20 Jun 2024
24 points (100.0% liked)
Operating Systems
3799 readers
1 users here now
All things operating system related, from Windows to Mac to Linux distros and the more obscure.
Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
First of all, if you'll be using Bazzite, then become familiar with its documentation. Other sources may not necessarily translate that well to Bazzite due to Fedora, Atomic, OCI and SELinux (to name a few). Though, some other sources may benefit you as long as it doesn't contradict with Bazzite's own documentation.
Bazzite is on Fedora Atomic's model, hence you should become familiar with the built-in rollback mechanism. Furthermore, it's possible to keep deployments around. Therefore, if anything, consider utilizing this on your first deployment; just in case.
Pinning said deployment is possible with the
sudo ostree admin pin <insert number>
command after installation. The number can be deduced through therpm-ostree status
command. The first deployment's corresponding number is0
and for each deployment found below you just have to increase the number by one to find its corresponding number. So, the 4th deployment corresponds to the number3
. Btw, you can pin multiple deployments. So there's no opportunity cost involved. Finally, you can unpin a deployment with-u
. Sosudo ostree admin pin -u <insert number>
I was never a mac user in the first place. As for Windows, a hardware failure was causing more issue on it than on Linux. So that was the direct cause. But the reason I got interested into Linux initially and what has kept my interest are privacy and freedom respectively.
hey, sorry this is coming late! thank you for this. I was already looking at their documentation (I have a few times, as well as read their discourse forum) and joined their discord in preparation.
I think this is a super good tip because I have been trying to parse what all I'd need to get familiar with before I touch anything install wise. I knew about the pinning a deployment thing, but I didn't fully understand how, so thank you for laying it out for me!
It has been my pleasure!
That will definitely help out a lot. Well thought!
Welcome on board 😉.