• @caustictrap
    link
    21 month ago

    So how are OS updates handled, they are not written into the main OS?

    • @[email protected]
      link
      fedilink
      11 month ago

      They are written but don’t replace something in the read-only OS. They are just overlayed, so once removed the original is still there. How they do it differs. There are actual overlay filesystems for the job, or some use btrfs where all subvolumes behave mostly like virtual partitions (and copies of a subvolume only take space for changes of the original).