• 0 Posts
  • 23 Comments
Joined 1 year ago
cake
Cake day: September 9th, 2023

help-circle



  • It’s been great almost since I started using it.

    I started using it exactly when 4.0 came out, because that’s when I started using Linux and I thought learning 3 didn’t make sense. But 4 only got stable around 4.4 I think. The problem was that 4.0 wasn’t intended to be for end users yet, but distributions didn’t realize that and packaged it right away.

    KDE didn’t repeat that mistake. 5.0 was almost completely smooth sailing (some applications took a long time to port and looked ugly, that’s it), and 6.0 was completely seamless.
















  • You can update the whole base image. Vanilla OS and SteamOS have an A/B partition that holds the currently-in-use image and can also hold a to-be-used image.

    Updating works by adding the to-be-used image, setting a configuration option that tells the system to boot that one, and on the next boot it’ll check if the new one is bootable, then either boot it and mark it as working, or boot into the old one and display an error about how out wasn’t able to boot into the new one.

    There’s smart things going on like maybe hard linking files that didn’t change between the two images and therefore saving space and copying time.

    The result is that you never have a broken system, but you can still frequently update the base image.