this post was submitted on 07 Aug 2023
10 points (100.0% liked)
Linux
1647 readers
1 users here now
News, Tipps und Tricks zu Linux
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I didn't completely understand how etc is handled, but it worked fine and kept my configs while merging at the same time the files from the apps i installed
I'm note sure it's possible, at least i didn't see the option and i've never tried (i never needed it anyway). /var was mutable, /usr/lib /usr/bin... were not (/usr/local was mutable), and /opt and /home were symlinked to /var/opt and /var/home, so mutable
edit: now i remember there was something about using "overlays" that allowed to modify /usr, i think i only used it once so i don't really remember
Yes, thanks to rpm-ostree, you can install basically any rpm with it, it's just really slow as each transaction must create a new generation, but it worked fine. Also you are supposed to reboot to make the changes apply, unless you use the
--apply-live
option (which was described as experimental when i was using it, don't now about now tho)Same thing, rpm-ostree
So I've read up a bit, and I've decided that Fedora Silverblue isn't for me.
It just isn't...simple enough. Like, the base concept is nice. But for example Firefox is part of the immutable system, which really screams "userspace app" to me, not base system.
Then the system doesn't replace dnf with a different way of handling packages - it adds 3 more on top. So now I've got 4 ways of handling packages on my system (rpm and dnf inside toolbx, rpm-ostree and flatpaks).
And I have to decide which I want to use for what.
For Firefox I replaced it with the flatpak version and hid the system version, I found that better
As for chosing what to install where, i made simple rules
But if it's too much of a hassle for and it's gonna be your daily system, yeah better not use it.