[websites/linux-kde-org] content/docs: background: fix typo and missing acronym context
Nate Graham <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 204820c92f623cdfa571b81317e011c664e1741b by Nate Graham. Committed on 13/08/2026 at 23:55. Pushed by ngraham into branch 'master'. background: fix typo and missing acronym context M +1 -1 content/docs/background.md https://invent.kde.org/websites/linux-kde-org/-/commit/204820c92f623cdfa571b81317e011c664e1741b diff --git a/content/docs/background.md b/content/docs/background.md index 357b399..62ad688 100644 --- a/content/docs/background.md +++ b/content/docs/background.md @@ -47,7 +47,7 @@ systemd-boot is used as the bootloader. The bootable image is an ISO-compatible <code>.raw</code> disk image built using <code>mkosi</code>. The base system comes from Arch Linux packages, with most KDE content built using <code>kde-builder</code>. Some KDE apps and 3rd-party apps are pre-installed Flatpaks. -<tt>/</tt> is a read-write Btrfs volume. <tt>/usr</tt> is mounted on top of it in the form of an EROFS image/filesystem. Updating the system entails downloading a new one of these and its companion unified kernel image. 3-4 OS of these images and their UKIs are cached on disk at any given time, providing the ability to roll back in case of problems after updating +<tt>/</tt> is a read-write Btrfs volume. <tt>/usr</tt> is mounted on top of it in the form of an EROFS image/filesystem. Updating the system entails downloading a new one of these and its companion unified kernel image (UKI). 3-4 of these OS images and their UKIs are cached on disk at any given time, providing the ability to roll back in case of problems after updating A small helper program updates <tt>/etc</tt> from the content in <tt>/usr/share/factory/etc</tt> in the active OS image for anything you haven’t changed yourself. Btrfs snapshots of <tt>/etc</tt> are generated automatically.