From 7752c4cae46ed997a416b0101da55b4ea1dbb33f Mon Sep 17 00:00:00 2001 From: Crowdin Bot Date: Sat, 17 Feb 2024 12:36:02 +0000 Subject: [PATCH] New Crowdin translations by GitHub Action --- i18n/ar/desktop.md | 6 ++++-- i18n/ar/os/linux-overview.md | 2 +- i18n/bn-IN/desktop.md | 6 ++++-- i18n/bn-IN/os/linux-overview.md | 2 +- i18n/bn/desktop.md | 6 ++++-- i18n/bn/os/linux-overview.md | 2 +- i18n/cs/desktop.md | 6 ++++-- i18n/cs/os/linux-overview.md | 2 +- i18n/de/desktop.md | 6 ++++-- i18n/de/os/linux-overview.md | 2 +- i18n/el/desktop.md | 6 ++++-- i18n/el/os/linux-overview.md | 2 +- i18n/eo/desktop.md | 6 ++++-- i18n/eo/os/linux-overview.md | 2 +- i18n/es/desktop.md | 6 ++++-- i18n/es/os/linux-overview.md | 2 +- i18n/fa/desktop.md | 6 ++++-- i18n/fa/os/linux-overview.md | 2 +- i18n/fr/desktop.md | 6 ++++-- i18n/fr/os/linux-overview.md | 2 +- i18n/he/desktop.md | 6 ++++-- i18n/he/os/linux-overview.md | 2 +- i18n/hi/desktop.md | 6 ++++-- i18n/hi/os/linux-overview.md | 2 +- i18n/hu/desktop.md | 6 ++++-- i18n/hu/os/linux-overview.md | 2 +- i18n/id/desktop.md | 6 ++++-- i18n/id/os/linux-overview.md | 2 +- i18n/it/desktop.md | 6 ++++-- i18n/it/os/linux-overview.md | 2 +- i18n/ja/desktop.md | 6 ++++-- i18n/ja/os/linux-overview.md | 2 +- i18n/ko/desktop.md | 6 ++++-- i18n/ko/os/linux-overview.md | 2 +- i18n/ku-IQ/desktop.md | 6 ++++-- i18n/ku-IQ/os/linux-overview.md | 2 +- i18n/nl/desktop.md | 6 ++++-- i18n/nl/os/linux-overview.md | 2 +- i18n/pl/desktop.md | 6 ++++-- i18n/pl/os/linux-overview.md | 2 +- i18n/pt-BR/desktop.md | 6 ++++-- i18n/pt-BR/os/linux-overview.md | 2 +- i18n/pt/desktop.md | 6 ++++-- i18n/pt/os/linux-overview.md | 2 +- i18n/ru/desktop.md | 6 ++++-- i18n/ru/os/linux-overview.md | 2 +- i18n/sv/desktop.md | 6 ++++-- i18n/sv/os/linux-overview.md | 2 +- i18n/tr/desktop.md | 6 ++++-- i18n/tr/os/linux-overview.md | 2 +- i18n/uk/desktop.md | 6 ++++-- i18n/uk/os/linux-overview.md | 2 +- i18n/vi/desktop.md | 6 ++++-- i18n/vi/os/linux-overview.md | 2 +- i18n/zh-Hant/desktop.md | 6 ++++-- i18n/zh-Hant/os/linux-overview.md | 2 +- i18n/zh/desktop.md | 6 ++++-- i18n/zh/os/linux-overview.md | 2 +- 58 files changed, 145 insertions(+), 87 deletions(-) diff --git a/i18n/ar/desktop.md b/i18n/ar/desktop.md index 19bcbc19..2b381094 100644 --- a/i18n/ar/desktop.md +++ b/i18n/ar/desktop.md @@ -71,7 +71,9 @@ Being a DIY distribution, you are [expected to set up and maintain](os/linux-ove A large portion of [Arch Linux’s packages](https://reproducible.archlinux.org) are [reproducible](https://reproducible-builds.org). -## Immutable Distributions +## Atomic Distributions + +**Atomic distributions** (sometimes also referred to as **immutable distributions**) are operating systems which handle package installation and updates by layering changes atop your core system image, rather than by directly modifying the system. This has advantages including increased stability and the ability to easily rollback updates. See [*Traditional vs. Atomic Updates*](os/linux-overview.md#traditional-vs-atomic-updates) for more info. ### Fedora Atomic Desktops @@ -79,7 +81,7 @@ A large portion of [Arch Linux’s packages](https://reproducible.archlinux.org) ![Fedora logo](assets/img/linux-desktop/fedora.svg){ align=right } -**Fedora Atomic Desktops** are the immutable variants of Fedora with a strong focus on containerized workflows and Flatpak for desktop applications. All of these variants follow the same release schedule as Fedora Workstation, benefiting from the same fast updates and staying very close to upstream. +**Fedora Atomic Desktops** are variants of Fedora which use the `rpm-ostree` package manager and have a strong focus on containerized workflows and Flatpak for desktop applications. All of these variants follow the same release schedule as Fedora Workstation, benefiting from the same fast updates and staying very close to upstream. [:octicons-home-16: Homepage](https://fedoraproject.org/atomic-desktops/){ .md-button .md-button--primary } [:octicons-heart-16:](https://whatcanidoforfedora.org/){ .card-link title=Contribute } diff --git a/i18n/ar/os/linux-overview.md b/i18n/ar/os/linux-overview.md index c792f1c2..da9fa962 100644 --- a/i18n/ar/os/linux-overview.md +++ b/i18n/ar/os/linux-overview.md @@ -58,7 +58,7 @@ Atomic updating distributions apply updates in full or not at all. Typically, tr A transactional update system creates a snapshot that is made before and after an update is applied. If an update fails at any time (perhaps due to a power failure), the update can be easily rolled back to a “last known good state." -The Atomic update method is used for immutable distributions like Silverblue, Tumbleweed, and NixOS and can achieve reliability with this model. [Adam Šamalík](https://twitter.com/adsamalik) provided a presentation on how `rpm-ostree` works with Silverblue: +The Atomic update method is used for [distributions](../desktop.md#atomic-distributions) like Silverblue, Tumbleweed, and NixOS and can achieve reliability with this model. [Adam Šamalík](https://twitter.com/adsamalik) provided a presentation on how `rpm-ostree` works with Silverblue:
diff --git a/i18n/bn-IN/desktop.md b/i18n/bn-IN/desktop.md index 19bcbc19..2b381094 100644 --- a/i18n/bn-IN/desktop.md +++ b/i18n/bn-IN/desktop.md @@ -71,7 +71,9 @@ Being a DIY distribution, you are [expected to set up and maintain](os/linux-ove A large portion of [Arch Linux’s packages](https://reproducible.archlinux.org) are [reproducible](https://reproducible-builds.org). -## Immutable Distributions +## Atomic Distributions + +**Atomic distributions** (sometimes also referred to as **immutable distributions**) are operating systems which handle package installation and updates by layering changes atop your core system image, rather than by directly modifying the system. This has advantages including increased stability and the ability to easily rollback updates. See [*Traditional vs. Atomic Updates*](os/linux-overview.md#traditional-vs-atomic-updates) for more info. ### Fedora Atomic Desktops @@ -79,7 +81,7 @@ A large portion of [Arch Linux’s packages](https://reproducible.archlinux.org) ![Fedora logo](assets/img/linux-desktop/fedora.svg){ align=right } -**Fedora Atomic Desktops** are the immutable variants of Fedora with a strong focus on containerized workflows and Flatpak for desktop applications. All of these variants follow the same release schedule as Fedora Workstation, benefiting from the same fast updates and staying very close to upstream. +**Fedora Atomic Desktops** are variants of Fedora which use the `rpm-ostree` package manager and have a strong focus on containerized workflows and Flatpak for desktop applications. All of these variants follow the same release schedule as Fedora Workstation, benefiting from the same fast updates and staying very close to upstream. [:octicons-home-16: Homepage](https://fedoraproject.org/atomic-desktops/){ .md-button .md-button--primary } [:octicons-heart-16:](https://whatcanidoforfedora.org/){ .card-link title=Contribute } diff --git a/i18n/bn-IN/os/linux-overview.md b/i18n/bn-IN/os/linux-overview.md index c792f1c2..da9fa962 100644 --- a/i18n/bn-IN/os/linux-overview.md +++ b/i18n/bn-IN/os/linux-overview.md @@ -58,7 +58,7 @@ Atomic updating distributions apply updates in full or not at all. Typically, tr A transactional update system creates a snapshot that is made before and after an update is applied. If an update fails at any time (perhaps due to a power failure), the update can be easily rolled back to a “last known good state." -The Atomic update method is used for immutable distributions like Silverblue, Tumbleweed, and NixOS and can achieve reliability with this model. [Adam Šamalík](https://twitter.com/adsamalik) provided a presentation on how `rpm-ostree` works with Silverblue: +The Atomic update method is used for [distributions](../desktop.md#atomic-distributions) like Silverblue, Tumbleweed, and NixOS and can achieve reliability with this model. [Adam Šamalík](https://twitter.com/adsamalik) provided a presentation on how `rpm-ostree` works with Silverblue:
diff --git a/i18n/bn/desktop.md b/i18n/bn/desktop.md index 19bcbc19..2b381094 100644 --- a/i18n/bn/desktop.md +++ b/i18n/bn/desktop.md @@ -71,7 +71,9 @@ Being a DIY distribution, you are [expected to set up and maintain](os/linux-ove A large portion of [Arch Linux’s packages](https://reproducible.archlinux.org) are [reproducible](https://reproducible-builds.org). -## Immutable Distributions +## Atomic Distributions + +**Atomic distributions** (sometimes also referred to as **immutable distributions**) are operating systems which handle package installation and updates by layering changes atop your core system image, rather than by directly modifying the system. This has advantages including increased stability and the ability to easily rollback updates. See [*Traditional vs. Atomic Updates*](os/linux-overview.md#traditional-vs-atomic-updates) for more info. ### Fedora Atomic Desktops @@ -79,7 +81,7 @@ A large portion of [Arch Linux’s packages](https://reproducible.archlinux.org) ![Fedora logo](assets/img/linux-desktop/fedora.svg){ align=right } -**Fedora Atomic Desktops** are the immutable variants of Fedora with a strong focus on containerized workflows and Flatpak for desktop applications. All of these variants follow the same release schedule as Fedora Workstation, benefiting from the same fast updates and staying very close to upstream. +**Fedora Atomic Desktops** are variants of Fedora which use the `rpm-ostree` package manager and have a strong focus on containerized workflows and Flatpak for desktop applications. All of these variants follow the same release schedule as Fedora Workstation, benefiting from the same fast updates and staying very close to upstream. [:octicons-home-16: Homepage](https://fedoraproject.org/atomic-desktops/){ .md-button .md-button--primary } [:octicons-heart-16:](https://whatcanidoforfedora.org/){ .card-link title=Contribute } diff --git a/i18n/bn/os/linux-overview.md b/i18n/bn/os/linux-overview.md index c792f1c2..da9fa962 100644 --- a/i18n/bn/os/linux-overview.md +++ b/i18n/bn/os/linux-overview.md @@ -58,7 +58,7 @@ Atomic updating distributions apply updates in full or not at all. Typically, tr A transactional update system creates a snapshot that is made before and after an update is applied. If an update fails at any time (perhaps due to a power failure), the update can be easily rolled back to a “last known good state." -The Atomic update method is used for immutable distributions like Silverblue, Tumbleweed, and NixOS and can achieve reliability with this model. [Adam Šamalík](https://twitter.com/adsamalik) provided a presentation on how `rpm-ostree` works with Silverblue: +The Atomic update method is used for [distributions](../desktop.md#atomic-distributions) like Silverblue, Tumbleweed, and NixOS and can achieve reliability with this model. [Adam Šamalík](https://twitter.com/adsamalik) provided a presentation on how `rpm-ostree` works with Silverblue:
diff --git a/i18n/cs/desktop.md b/i18n/cs/desktop.md index 19bcbc19..2b381094 100644 --- a/i18n/cs/desktop.md +++ b/i18n/cs/desktop.md @@ -71,7 +71,9 @@ Being a DIY distribution, you are [expected to set up and maintain](os/linux-ove A large portion of [Arch Linux’s packages](https://reproducible.archlinux.org) are [reproducible](https://reproducible-builds.org). -## Immutable Distributions +## Atomic Distributions + +**Atomic distributions** (sometimes also referred to as **immutable distributions**) are operating systems which handle package installation and updates by layering changes atop your core system image, rather than by directly modifying the system. This has advantages including increased stability and the ability to easily rollback updates. See [*Traditional vs. Atomic Updates*](os/linux-overview.md#traditional-vs-atomic-updates) for more info. ### Fedora Atomic Desktops @@ -79,7 +81,7 @@ A large portion of [Arch Linux’s packages](https://reproducible.archlinux.org) ![Fedora logo](assets/img/linux-desktop/fedora.svg){ align=right } -**Fedora Atomic Desktops** are the immutable variants of Fedora with a strong focus on containerized workflows and Flatpak for desktop applications. All of these variants follow the same release schedule as Fedora Workstation, benefiting from the same fast updates and staying very close to upstream. +**Fedora Atomic Desktops** are variants of Fedora which use the `rpm-ostree` package manager and have a strong focus on containerized workflows and Flatpak for desktop applications. All of these variants follow the same release schedule as Fedora Workstation, benefiting from the same fast updates and staying very close to upstream. [:octicons-home-16: Homepage](https://fedoraproject.org/atomic-desktops/){ .md-button .md-button--primary } [:octicons-heart-16:](https://whatcanidoforfedora.org/){ .card-link title=Contribute } diff --git a/i18n/cs/os/linux-overview.md b/i18n/cs/os/linux-overview.md index c792f1c2..da9fa962 100644 --- a/i18n/cs/os/linux-overview.md +++ b/i18n/cs/os/linux-overview.md @@ -58,7 +58,7 @@ Atomic updating distributions apply updates in full or not at all. Typically, tr A transactional update system creates a snapshot that is made before and after an update is applied. If an update fails at any time (perhaps due to a power failure), the update can be easily rolled back to a “last known good state." -The Atomic update method is used for immutable distributions like Silverblue, Tumbleweed, and NixOS and can achieve reliability with this model. [Adam Šamalík](https://twitter.com/adsamalik) provided a presentation on how `rpm-ostree` works with Silverblue: +The Atomic update method is used for [distributions](../desktop.md#atomic-distributions) like Silverblue, Tumbleweed, and NixOS and can achieve reliability with this model. [Adam Šamalík](https://twitter.com/adsamalik) provided a presentation on how `rpm-ostree` works with Silverblue:
diff --git a/i18n/de/desktop.md b/i18n/de/desktop.md index 19bcbc19..2b381094 100644 --- a/i18n/de/desktop.md +++ b/i18n/de/desktop.md @@ -71,7 +71,9 @@ Being a DIY distribution, you are [expected to set up and maintain](os/linux-ove A large portion of [Arch Linux’s packages](https://reproducible.archlinux.org) are [reproducible](https://reproducible-builds.org). -## Immutable Distributions +## Atomic Distributions + +**Atomic distributions** (sometimes also referred to as **immutable distributions**) are operating systems which handle package installation and updates by layering changes atop your core system image, rather than by directly modifying the system. This has advantages including increased stability and the ability to easily rollback updates. See [*Traditional vs. Atomic Updates*](os/linux-overview.md#traditional-vs-atomic-updates) for more info. ### Fedora Atomic Desktops @@ -79,7 +81,7 @@ A large portion of [Arch Linux’s packages](https://reproducible.archlinux.org) ![Fedora logo](assets/img/linux-desktop/fedora.svg){ align=right } -**Fedora Atomic Desktops** are the immutable variants of Fedora with a strong focus on containerized workflows and Flatpak for desktop applications. All of these variants follow the same release schedule as Fedora Workstation, benefiting from the same fast updates and staying very close to upstream. +**Fedora Atomic Desktops** are variants of Fedora which use the `rpm-ostree` package manager and have a strong focus on containerized workflows and Flatpak for desktop applications. All of these variants follow the same release schedule as Fedora Workstation, benefiting from the same fast updates and staying very close to upstream. [:octicons-home-16: Homepage](https://fedoraproject.org/atomic-desktops/){ .md-button .md-button--primary } [:octicons-heart-16:](https://whatcanidoforfedora.org/){ .card-link title=Contribute } diff --git a/i18n/de/os/linux-overview.md b/i18n/de/os/linux-overview.md index 8771187b..3641399b 100644 --- a/i18n/de/os/linux-overview.md +++ b/i18n/de/os/linux-overview.md @@ -58,7 +58,7 @@ Atomic updating distributions apply updates in full or not at all. Typically, tr A transactional update system creates a snapshot that is made before and after an update is applied. If an update fails at any time (perhaps due to a power failure), the update can be easily rolled back to a “last known good state." -The Atomic update method is used for immutable distributions like Silverblue, Tumbleweed, and NixOS and can achieve reliability with this model. [Adam Šamalík](https://twitter.com/adsamalik) provided a presentation on how `rpm-ostree` works with Silverblue: +The Atomic update method is used for [distributions](../desktop.md#atomic-distributions) like Silverblue, Tumbleweed, and NixOS and can achieve reliability with this model. [Adam Šamalík](https://twitter.com/adsamalik) provided a presentation on how `rpm-ostree` works with Silverblue:
diff --git a/i18n/el/desktop.md b/i18n/el/desktop.md index 19bcbc19..2b381094 100644 --- a/i18n/el/desktop.md +++ b/i18n/el/desktop.md @@ -71,7 +71,9 @@ Being a DIY distribution, you are [expected to set up and maintain](os/linux-ove A large portion of [Arch Linux’s packages](https://reproducible.archlinux.org) are [reproducible](https://reproducible-builds.org). -## Immutable Distributions +## Atomic Distributions + +**Atomic distributions** (sometimes also referred to as **immutable distributions**) are operating systems which handle package installation and updates by layering changes atop your core system image, rather than by directly modifying the system. This has advantages including increased stability and the ability to easily rollback updates. See [*Traditional vs. Atomic Updates*](os/linux-overview.md#traditional-vs-atomic-updates) for more info. ### Fedora Atomic Desktops @@ -79,7 +81,7 @@ A large portion of [Arch Linux’s packages](https://reproducible.archlinux.org) ![Fedora logo](assets/img/linux-desktop/fedora.svg){ align=right } -**Fedora Atomic Desktops** are the immutable variants of Fedora with a strong focus on containerized workflows and Flatpak for desktop applications. All of these variants follow the same release schedule as Fedora Workstation, benefiting from the same fast updates and staying very close to upstream. +**Fedora Atomic Desktops** are variants of Fedora which use the `rpm-ostree` package manager and have a strong focus on containerized workflows and Flatpak for desktop applications. All of these variants follow the same release schedule as Fedora Workstation, benefiting from the same fast updates and staying very close to upstream. [:octicons-home-16: Homepage](https://fedoraproject.org/atomic-desktops/){ .md-button .md-button--primary } [:octicons-heart-16:](https://whatcanidoforfedora.org/){ .card-link title=Contribute } diff --git a/i18n/el/os/linux-overview.md b/i18n/el/os/linux-overview.md index c792f1c2..da9fa962 100644 --- a/i18n/el/os/linux-overview.md +++ b/i18n/el/os/linux-overview.md @@ -58,7 +58,7 @@ Atomic updating distributions apply updates in full or not at all. Typically, tr A transactional update system creates a snapshot that is made before and after an update is applied. If an update fails at any time (perhaps due to a power failure), the update can be easily rolled back to a “last known good state." -The Atomic update method is used for immutable distributions like Silverblue, Tumbleweed, and NixOS and can achieve reliability with this model. [Adam Šamalík](https://twitter.com/adsamalik) provided a presentation on how `rpm-ostree` works with Silverblue: +The Atomic update method is used for [distributions](../desktop.md#atomic-distributions) like Silverblue, Tumbleweed, and NixOS and can achieve reliability with this model. [Adam Šamalík](https://twitter.com/adsamalik) provided a presentation on how `rpm-ostree` works with Silverblue:
diff --git a/i18n/eo/desktop.md b/i18n/eo/desktop.md index 19bcbc19..2b381094 100644 --- a/i18n/eo/desktop.md +++ b/i18n/eo/desktop.md @@ -71,7 +71,9 @@ Being a DIY distribution, you are [expected to set up and maintain](os/linux-ove A large portion of [Arch Linux’s packages](https://reproducible.archlinux.org) are [reproducible](https://reproducible-builds.org). -## Immutable Distributions +## Atomic Distributions + +**Atomic distributions** (sometimes also referred to as **immutable distributions**) are operating systems which handle package installation and updates by layering changes atop your core system image, rather than by directly modifying the system. This has advantages including increased stability and the ability to easily rollback updates. See [*Traditional vs. Atomic Updates*](os/linux-overview.md#traditional-vs-atomic-updates) for more info. ### Fedora Atomic Desktops @@ -79,7 +81,7 @@ A large portion of [Arch Linux’s packages](https://reproducible.archlinux.org) ![Fedora logo](assets/img/linux-desktop/fedora.svg){ align=right } -**Fedora Atomic Desktops** are the immutable variants of Fedora with a strong focus on containerized workflows and Flatpak for desktop applications. All of these variants follow the same release schedule as Fedora Workstation, benefiting from the same fast updates and staying very close to upstream. +**Fedora Atomic Desktops** are variants of Fedora which use the `rpm-ostree` package manager and have a strong focus on containerized workflows and Flatpak for desktop applications. All of these variants follow the same release schedule as Fedora Workstation, benefiting from the same fast updates and staying very close to upstream. [:octicons-home-16: Homepage](https://fedoraproject.org/atomic-desktops/){ .md-button .md-button--primary } [:octicons-heart-16:](https://whatcanidoforfedora.org/){ .card-link title=Contribute } diff --git a/i18n/eo/os/linux-overview.md b/i18n/eo/os/linux-overview.md index c792f1c2..da9fa962 100644 --- a/i18n/eo/os/linux-overview.md +++ b/i18n/eo/os/linux-overview.md @@ -58,7 +58,7 @@ Atomic updating distributions apply updates in full or not at all. Typically, tr A transactional update system creates a snapshot that is made before and after an update is applied. If an update fails at any time (perhaps due to a power failure), the update can be easily rolled back to a “last known good state." -The Atomic update method is used for immutable distributions like Silverblue, Tumbleweed, and NixOS and can achieve reliability with this model. [Adam Šamalík](https://twitter.com/adsamalik) provided a presentation on how `rpm-ostree` works with Silverblue: +The Atomic update method is used for [distributions](../desktop.md#atomic-distributions) like Silverblue, Tumbleweed, and NixOS and can achieve reliability with this model. [Adam Šamalík](https://twitter.com/adsamalik) provided a presentation on how `rpm-ostree` works with Silverblue:
diff --git a/i18n/es/desktop.md b/i18n/es/desktop.md index 4dd9bff0..c662fbab 100644 --- a/i18n/es/desktop.md +++ b/i18n/es/desktop.md @@ -71,7 +71,9 @@ Al ser una distribución DIY, se espera que usted [configure y mantenga](os/linu Gran parte de los [paquetes de Arch Linux](https://reproducible.archlinux.org) son [reproducibles](https://reproducible-builds.org). -## Distribuciones Inmutables +## Atomic Distributions + +**Atomic distributions** (sometimes also referred to as **immutable distributions**) are operating systems which handle package installation and updates by layering changes atop your core system image, rather than by directly modifying the system. This has advantages including increased stability and the ability to easily rollback updates. See [*Traditional vs. Atomic Updates*](os/linux-overview.md#traditional-vs-atomic-updates) for more info. ### Fedora Atomic Desktops @@ -79,7 +81,7 @@ Gran parte de los [paquetes de Arch Linux](https://reproducible.archlinux.org) s ![Fedora logo](assets/img/linux-desktop/fedora.svg){ align=right } -**Fedora Atomic Desktops** son las variantes inmutables de Fedora con un fuerte enfoque en flujos de trabajo en contenedores y Flatpak para aplicaciones de escritorio. Todas estas variantes siguen el mismo calendario de lanzamientos que Fedora Workstation, beneficiándose de las mismas actualizaciones rápidas y manteniéndose muy cerca del upstream. +**Fedora Atomic Desktops** are variants of Fedora which use the `rpm-ostree` package manager and have a strong focus on containerized workflows and Flatpak for desktop applications. Todas estas variantes siguen el mismo calendario de lanzamientos que Fedora Workstation, beneficiándose de las mismas actualizaciones rápidas y manteniéndose muy cerca del upstream. [:octicons-home-16: Página Principal](https://fedoraproject.org/atomic-desktops/){ .md-button .md-button--primary } [:octicons-heart-16:](https://whatcanidoforfedora.org/){ .card-link title=Contribuir } diff --git a/i18n/es/os/linux-overview.md b/i18n/es/os/linux-overview.md index de738902..84a72d3c 100644 --- a/i18n/es/os/linux-overview.md +++ b/i18n/es/os/linux-overview.md @@ -58,7 +58,7 @@ Las distribuciones de actualización atómica aplican las actualizaciones en su Un sistema de actualización transaccional crea una instantánea que se realiza antes y después de haber aplicado una actualización. Si una actualización falla en cualquier momento (debido a situaciones como fallas de electricidad), la actualización puede revertirse fácilmente al "último estado bueno conocido". -El método de actualizaciones Atómicas es utilizado para distribuciones inmutables como Silverblue, Tumbleweed y NixOS, y puede obtener confiabilidad con este modelo. [Adam Šamalik](https://twitter.com/adsamalik) brinda una presentación sobre cómo `rpm-ostree` funciona con Silverblue: +The Atomic update method is used for [distributions](../desktop.md#atomic-distributions) like Silverblue, Tumbleweed, and NixOS and can achieve reliability with this model. [Adam Šamalik](https://twitter.com/adsamalik) brinda una presentación sobre cómo `rpm-ostree` funciona con Silverblue:
diff --git a/i18n/fa/desktop.md b/i18n/fa/desktop.md index 19bcbc19..2b381094 100644 --- a/i18n/fa/desktop.md +++ b/i18n/fa/desktop.md @@ -71,7 +71,9 @@ Being a DIY distribution, you are [expected to set up and maintain](os/linux-ove A large portion of [Arch Linux’s packages](https://reproducible.archlinux.org) are [reproducible](https://reproducible-builds.org). -## Immutable Distributions +## Atomic Distributions + +**Atomic distributions** (sometimes also referred to as **immutable distributions**) are operating systems which handle package installation and updates by layering changes atop your core system image, rather than by directly modifying the system. This has advantages including increased stability and the ability to easily rollback updates. See [*Traditional vs. Atomic Updates*](os/linux-overview.md#traditional-vs-atomic-updates) for more info. ### Fedora Atomic Desktops @@ -79,7 +81,7 @@ A large portion of [Arch Linux’s packages](https://reproducible.archlinux.org) ![Fedora logo](assets/img/linux-desktop/fedora.svg){ align=right } -**Fedora Atomic Desktops** are the immutable variants of Fedora with a strong focus on containerized workflows and Flatpak for desktop applications. All of these variants follow the same release schedule as Fedora Workstation, benefiting from the same fast updates and staying very close to upstream. +**Fedora Atomic Desktops** are variants of Fedora which use the `rpm-ostree` package manager and have a strong focus on containerized workflows and Flatpak for desktop applications. All of these variants follow the same release schedule as Fedora Workstation, benefiting from the same fast updates and staying very close to upstream. [:octicons-home-16: Homepage](https://fedoraproject.org/atomic-desktops/){ .md-button .md-button--primary } [:octicons-heart-16:](https://whatcanidoforfedora.org/){ .card-link title=Contribute } diff --git a/i18n/fa/os/linux-overview.md b/i18n/fa/os/linux-overview.md index c966d4e6..7b121d9e 100644 --- a/i18n/fa/os/linux-overview.md +++ b/i18n/fa/os/linux-overview.md @@ -58,7 +58,7 @@ Atomic updating distributions apply updates in full or not at all. Typically, tr A transactional update system creates a snapshot that is made before and after an update is applied. If an update fails at any time (perhaps due to a power failure), the update can be easily rolled back to a “last known good state." -The Atomic update method is used for immutable distributions like Silverblue, Tumbleweed, and NixOS and can achieve reliability with this model. [Adam Šamalík](https://twitter.com/adsamalik) provided a presentation on how `rpm-ostree` works with Silverblue: +The Atomic update method is used for [distributions](../desktop.md#atomic-distributions) like Silverblue, Tumbleweed, and NixOS and can achieve reliability with this model. [Adam Šamalík](https://twitter.com/adsamalik) provided a presentation on how `rpm-ostree` works with Silverblue:
diff --git a/i18n/fr/desktop.md b/i18n/fr/desktop.md index 257fc8ec..645b7e09 100644 --- a/i18n/fr/desktop.md +++ b/i18n/fr/desktop.md @@ -71,7 +71,9 @@ S'agissant d'une distribution DIY, vous êtes [censé mettre en place et mainten Une grande partie des [paquets d'Arch Linux](https://reproducible.archlinux.org) sont [reproductibles](https://reproducible-builds.org). -## Distributions immuables +## Atomic Distributions + +**Atomic distributions** (sometimes also referred to as **immutable distributions**) are operating systems which handle package installation and updates by layering changes atop your core system image, rather than by directly modifying the system. This has advantages including increased stability and the ability to easily rollback updates. See [*Traditional vs. Atomic Updates*](os/linux-overview.md#traditional-vs-atomic-updates) for more info. ### Fedora Atomic Desktops @@ -79,7 +81,7 @@ Une grande partie des [paquets d'Arch Linux](https://reproducible.archlinux.org) ![Fedora logo](assets/img/linux-desktop/fedora.svg){ align=right } -**Fedora Atomic Desktops** are the immutable variants of Fedora with a strong focus on containerized workflows and Flatpak for desktop applications. Toutes ces variantes suivent le même calendrier de publication que Fedora Workstation, bénéficiant des mêmes mises à jour rapides et restant très proches de l'original. +**Fedora Atomic Desktops** are variants of Fedora which use the `rpm-ostree` package manager and have a strong focus on containerized workflows and Flatpak for desktop applications. Toutes ces variantes suivent le même calendrier de publication que Fedora Workstation, bénéficiant des mêmes mises à jour rapides et restant très proches de l'original. [:octicons-home-16: Homepage](https://fedoraproject.org/atomic-desktops/){ .md-button .md-button--primary } [:octicons-heart-16:](https://whatcanidoforfedora.org/){ .card-link title=Contribute } diff --git a/i18n/fr/os/linux-overview.md b/i18n/fr/os/linux-overview.md index 120d8ceb..a68dce27 100644 --- a/i18n/fr/os/linux-overview.md +++ b/i18n/fr/os/linux-overview.md @@ -58,7 +58,7 @@ Les distributions à mises à jour atomiques appliquent les mises à jour dans l Un système de mise à jour transactionnelle crée un instantané qui est réalisé avant et après l'application d'une mise à jour. Si une mise à jour échoue à un moment donné (par exemple en raison d'une panne de courant), elle peut facilement être ramenée au "dernier état correct connu." -La méthode de mise à jour atomique est utilisée pour les distributions immuables comme Silverblue, Tumbleweed et NixOS et permet d'atteindre la fiabilité avec ce modèle. [Adam Šamalík](https://twitter.com/adsamalik) a fait une présentation sur le fonctionnement de `rpm-ostree` avec Silverblue : +The Atomic update method is used for [distributions](../desktop.md#atomic-distributions) like Silverblue, Tumbleweed, and NixOS and can achieve reliability with this model. [Adam Šamalík](https://twitter.com/adsamalik) a fait une présentation sur le fonctionnement de `rpm-ostree` avec Silverblue :
diff --git a/i18n/he/desktop.md b/i18n/he/desktop.md index 6e505801..94afab98 100644 --- a/i18n/he/desktop.md +++ b/i18n/he/desktop.md @@ -71,7 +71,9 @@ Tumbleweed עוקב אחר מודל מהדורה מתגלגל שבו כל עדכ חלק גדול מהחבילות של [ארץ' לינוקס](https://reproducible.archlinux.org) הן [לשחזור](https://reproducible-builds.org). -## הפצות בלתי ניתנות לשינוי +## Atomic Distributions + +**Atomic distributions** (sometimes also referred to as **immutable distributions**) are operating systems which handle package installation and updates by layering changes atop your core system image, rather than by directly modifying the system. This has advantages including increased stability and the ability to easily rollback updates. See [*Traditional vs. Atomic Updates*](os/linux-overview.md#traditional-vs-atomic-updates) for more info. ### Fedora Atomic Desktops @@ -79,7 +81,7 @@ Tumbleweed עוקב אחר מודל מהדורה מתגלגל שבו כל עדכ ![Fedora logo](assets/img/linux-desktop/fedora.svg){ align=right } -**Fedora Atomic Desktops** are the immutable variants of Fedora with a strong focus on containerized workflows and Flatpak for desktop applications. All of these variants follow the same release schedule as Fedora Workstation, benefiting from the same fast updates and staying very close to upstream. +**Fedora Atomic Desktops** are variants of Fedora which use the `rpm-ostree` package manager and have a strong focus on containerized workflows and Flatpak for desktop applications. All of these variants follow the same release schedule as Fedora Workstation, benefiting from the same fast updates and staying very close to upstream. [:octicons-home-16: Homepage](https://fedoraproject.org/atomic-desktops/){ .md-button .md-button--primary } [:octicons-heart-16:](https://whatcanidoforfedora.org/){ .card-link title=Contribute } diff --git a/i18n/he/os/linux-overview.md b/i18n/he/os/linux-overview.md index 78862ed2..10e24da7 100644 --- a/i18n/he/os/linux-overview.md +++ b/i18n/he/os/linux-overview.md @@ -58,7 +58,7 @@ description: לינוקס היא חלופה למערכת הפעלה שולחני מערכת עדכון עסקה יוצרת תמונת מצב שנעשתה לפני ואחרי החלת עדכון. אם עדכון נכשל בכל עת (אולי בגלל הפסקת חשמל), ניתן להחזיר את העדכון בקלות ל"מצב התקין האחרון הידוע." -שיטת העדכון Atomic משמשת להפצות בלתי ניתנות לשינוי כמו Silverblue, Tumbleweed ו-NixOS ויכולה להשיג אמינות עם מודל זה. [Adam Šamalík](https://twitter.com/adsamalik) סיפק מצגת על האופן שבו `rpm-ostree` עובד עם Silverblue: +The Atomic update method is used for [distributions](../desktop.md#atomic-distributions) like Silverblue, Tumbleweed, and NixOS and can achieve reliability with this model. [Adam Šamalík](https://twitter.com/adsamalik) סיפק מצגת על האופן שבו `rpm-ostree` עובד עם Silverblue:
diff --git a/i18n/hi/desktop.md b/i18n/hi/desktop.md index 19bcbc19..2b381094 100644 --- a/i18n/hi/desktop.md +++ b/i18n/hi/desktop.md @@ -71,7 +71,9 @@ Being a DIY distribution, you are [expected to set up and maintain](os/linux-ove A large portion of [Arch Linux’s packages](https://reproducible.archlinux.org) are [reproducible](https://reproducible-builds.org). -## Immutable Distributions +## Atomic Distributions + +**Atomic distributions** (sometimes also referred to as **immutable distributions**) are operating systems which handle package installation and updates by layering changes atop your core system image, rather than by directly modifying the system. This has advantages including increased stability and the ability to easily rollback updates. See [*Traditional vs. Atomic Updates*](os/linux-overview.md#traditional-vs-atomic-updates) for more info. ### Fedora Atomic Desktops @@ -79,7 +81,7 @@ A large portion of [Arch Linux’s packages](https://reproducible.archlinux.org) ![Fedora logo](assets/img/linux-desktop/fedora.svg){ align=right } -**Fedora Atomic Desktops** are the immutable variants of Fedora with a strong focus on containerized workflows and Flatpak for desktop applications. All of these variants follow the same release schedule as Fedora Workstation, benefiting from the same fast updates and staying very close to upstream. +**Fedora Atomic Desktops** are variants of Fedora which use the `rpm-ostree` package manager and have a strong focus on containerized workflows and Flatpak for desktop applications. All of these variants follow the same release schedule as Fedora Workstation, benefiting from the same fast updates and staying very close to upstream. [:octicons-home-16: Homepage](https://fedoraproject.org/atomic-desktops/){ .md-button .md-button--primary } [:octicons-heart-16:](https://whatcanidoforfedora.org/){ .card-link title=Contribute } diff --git a/i18n/hi/os/linux-overview.md b/i18n/hi/os/linux-overview.md index c792f1c2..da9fa962 100644 --- a/i18n/hi/os/linux-overview.md +++ b/i18n/hi/os/linux-overview.md @@ -58,7 +58,7 @@ Atomic updating distributions apply updates in full or not at all. Typically, tr A transactional update system creates a snapshot that is made before and after an update is applied. If an update fails at any time (perhaps due to a power failure), the update can be easily rolled back to a “last known good state." -The Atomic update method is used for immutable distributions like Silverblue, Tumbleweed, and NixOS and can achieve reliability with this model. [Adam Šamalík](https://twitter.com/adsamalik) provided a presentation on how `rpm-ostree` works with Silverblue: +The Atomic update method is used for [distributions](../desktop.md#atomic-distributions) like Silverblue, Tumbleweed, and NixOS and can achieve reliability with this model. [Adam Šamalík](https://twitter.com/adsamalik) provided a presentation on how `rpm-ostree` works with Silverblue:
diff --git a/i18n/hu/desktop.md b/i18n/hu/desktop.md index fdf484ba..a44e57a7 100644 --- a/i18n/hu/desktop.md +++ b/i18n/hu/desktop.md @@ -71,7 +71,9 @@ Being a DIY distribution, you are [expected to set up and maintain](os/linux-ove A large portion of [Arch Linux’s packages](https://reproducible.archlinux.org) are [reproducible](https://reproducible-builds.org). -## Immutable Distributions +## Atomic Distributions + +**Atomic distributions** (sometimes also referred to as **immutable distributions**) are operating systems which handle package installation and updates by layering changes atop your core system image, rather than by directly modifying the system. This has advantages including increased stability and the ability to easily rollback updates. See [*Traditional vs. Atomic Updates*](os/linux-overview.md#traditional-vs-atomic-updates) for more info. ### Fedora Atomic Desktops @@ -79,7 +81,7 @@ A large portion of [Arch Linux’s packages](https://reproducible.archlinux.org) ![Fedora logo](assets/img/linux-desktop/fedora.svg){ align=right } -**Fedora Atomic Desktops** are the immutable variants of Fedora with a strong focus on containerized workflows and Flatpak for desktop applications. All of these variants follow the same release schedule as Fedora Workstation, benefiting from the same fast updates and staying very close to upstream. +**Fedora Atomic Desktops** are variants of Fedora which use the `rpm-ostree` package manager and have a strong focus on containerized workflows and Flatpak for desktop applications. All of these variants follow the same release schedule as Fedora Workstation, benefiting from the same fast updates and staying very close to upstream. [:octicons-home-16: Homepage](https://fedoraproject.org/atomic-desktops/){ .md-button .md-button--primary } [:octicons-heart-16:](https://whatcanidoforfedora.org/){ .card-link title=Contribute } diff --git a/i18n/hu/os/linux-overview.md b/i18n/hu/os/linux-overview.md index c792f1c2..da9fa962 100644 --- a/i18n/hu/os/linux-overview.md +++ b/i18n/hu/os/linux-overview.md @@ -58,7 +58,7 @@ Atomic updating distributions apply updates in full or not at all. Typically, tr A transactional update system creates a snapshot that is made before and after an update is applied. If an update fails at any time (perhaps due to a power failure), the update can be easily rolled back to a “last known good state." -The Atomic update method is used for immutable distributions like Silverblue, Tumbleweed, and NixOS and can achieve reliability with this model. [Adam Šamalík](https://twitter.com/adsamalik) provided a presentation on how `rpm-ostree` works with Silverblue: +The Atomic update method is used for [distributions](../desktop.md#atomic-distributions) like Silverblue, Tumbleweed, and NixOS and can achieve reliability with this model. [Adam Šamalík](https://twitter.com/adsamalik) provided a presentation on how `rpm-ostree` works with Silverblue:
diff --git a/i18n/id/desktop.md b/i18n/id/desktop.md index 5018338f..381f83b5 100644 --- a/i18n/id/desktop.md +++ b/i18n/id/desktop.md @@ -71,7 +71,9 @@ Being a DIY distribution, you are [expected to set up and maintain](os/linux-ove A large portion of [Arch Linux’s packages](https://reproducible.archlinux.org) are [reproducible](https://reproducible-builds.org). -## Immutable Distributions +## Atomic Distributions + +**Atomic distributions** (sometimes also referred to as **immutable distributions**) are operating systems which handle package installation and updates by layering changes atop your core system image, rather than by directly modifying the system. This has advantages including increased stability and the ability to easily rollback updates. See [*Traditional vs. Atomic Updates*](os/linux-overview.md#traditional-vs-atomic-updates) for more info. ### Fedora Atomic Desktops @@ -79,7 +81,7 @@ A large portion of [Arch Linux’s packages](https://reproducible.archlinux.org) ![Fedora logo](assets/img/linux-desktop/fedora.svg){ align=right } -**Fedora Atomic Desktops** are the immutable variants of Fedora with a strong focus on containerized workflows and Flatpak for desktop applications. All of these variants follow the same release schedule as Fedora Workstation, benefiting from the same fast updates and staying very close to upstream. +**Fedora Atomic Desktops** are variants of Fedora which use the `rpm-ostree` package manager and have a strong focus on containerized workflows and Flatpak for desktop applications. All of these variants follow the same release schedule as Fedora Workstation, benefiting from the same fast updates and staying very close to upstream. [:octicons-home-16: Homepage](https://fedoraproject.org/atomic-desktops/){ .md-button .md-button--primary } [:octicons-heart-16:](https://whatcanidoforfedora.org/){ .card-link title=Contribute } diff --git a/i18n/id/os/linux-overview.md b/i18n/id/os/linux-overview.md index 9660dc8c..9d05c2d5 100644 --- a/i18n/id/os/linux-overview.md +++ b/i18n/id/os/linux-overview.md @@ -58,7 +58,7 @@ Atomic updating distributions apply updates in full or not at all. Typically, tr A transactional update system creates a snapshot that is made before and after an update is applied. If an update fails at any time (perhaps due to a power failure), the update can be easily rolled back to a “last known good state." -The Atomic update method is used for immutable distributions like Silverblue, Tumbleweed, and NixOS and can achieve reliability with this model. [Adam Šamalík](https://twitter.com/adsamalik) provided a presentation on how `rpm-ostree` works with Silverblue: +The Atomic update method is used for [distributions](../desktop.md#atomic-distributions) like Silverblue, Tumbleweed, and NixOS and can achieve reliability with this model. [Adam Šamalík](https://twitter.com/adsamalik) provided a presentation on how `rpm-ostree` works with Silverblue:
diff --git a/i18n/it/desktop.md b/i18n/it/desktop.md index 2badba2e..23cf91d6 100644 --- a/i18n/it/desktop.md +++ b/i18n/it/desktop.md @@ -71,7 +71,9 @@ Essendo una distribuzione fai da te, [dovresti configurare e mantenere](#arch-ba Gran parte dei [pacchetti di Arch Linux](https://reproducible.archlinux.org) sono [riproducibili](https://reproducible-builds.org). -## Distribuzioni immutabili +## Atomic Distributions + +**Atomic distributions** (sometimes also referred to as **immutable distributions**) are operating systems which handle package installation and updates by layering changes atop your core system image, rather than by directly modifying the system. This has advantages including increased stability and the ability to easily rollback updates. See [*Traditional vs. Atomic Updates*](os/linux-overview.md#traditional-vs-atomic-updates) for more info. ### Fedora Atomic Desktops @@ -79,7 +81,7 @@ Gran parte dei [pacchetti di Arch Linux](https://reproducible.archlinux.org) son ![Fedora logo](assets/img/linux-desktop/fedora.svg){ align=right } -**Fedora Atomic Desktops** are the immutable variants of Fedora with a strong focus on containerized workflows and Flatpak for desktop applications. Tutte queste varianti seguono lo stesso programma di rilascio di Fedora Workstation, beneficiando degli stessi aggiornamenti veloci e restando molto vicine alla versione a monte. +**Fedora Atomic Desktops** are variants of Fedora which use the `rpm-ostree` package manager and have a strong focus on containerized workflows and Flatpak for desktop applications. Tutte queste varianti seguono lo stesso programma di rilascio di Fedora Workstation, beneficiando degli stessi aggiornamenti veloci e restando molto vicine alla versione a monte. [:octicons-home-16: Homepage](https://fedoraproject.org/atomic-desktops/){ .md-button .md-button--primary } [:octicons-heart-16:](https://whatcanidoforfedora.org/){ .card-link title=Contribute } diff --git a/i18n/it/os/linux-overview.md b/i18n/it/os/linux-overview.md index 1ff23210..7037a70b 100644 --- a/i18n/it/os/linux-overview.md +++ b/i18n/it/os/linux-overview.md @@ -58,7 +58,7 @@ Le distribuzioni ad aggiornamento atomico applicano gli aggiornamenti completi, Un sistema ad aggiornamento transazionale crea un'istantanea prima e dopo l'applicazione di un aggiornamento. Se un aggiornamento fallisce in qualsiasi momento (forse a causa di un guasto elettrico), l'aggiornamento è facilmente ripristinabile a un "ultimo buono stato noto." -Il modello d'aggiornamento Atomico è utilizzato per le distribuzioni immutabili come Silverblue, Tumbleweed e NixOS e può ottenere affidabilità con tale modello. [Adam Šamalík](https://twitter.com/adsamalik) ha fornito una presentazione sul funzionamento di `rpm-ostree` con Silverblue: +The Atomic update method is used for [distributions](../desktop.md#atomic-distributions) like Silverblue, Tumbleweed, and NixOS and can achieve reliability with this model. [Adam Šamalík](https://twitter.com/adsamalik) ha fornito una presentazione sul funzionamento di `rpm-ostree` con Silverblue:
diff --git a/i18n/ja/desktop.md b/i18n/ja/desktop.md index 9ceb6cae..2534b4df 100644 --- a/i18n/ja/desktop.md +++ b/i18n/ja/desktop.md @@ -71,7 +71,9 @@ Being a DIY distribution, you are [expected to set up and maintain](os/linux-ove A large portion of [Arch Linux’s packages](https://reproducible.archlinux.org) are [reproducible](https://reproducible-builds.org). -## Immutable Distributions +## Atomic Distributions + +**Atomic distributions** (sometimes also referred to as **immutable distributions**) are operating systems which handle package installation and updates by layering changes atop your core system image, rather than by directly modifying the system. This has advantages including increased stability and the ability to easily rollback updates. See [*Traditional vs. Atomic Updates*](os/linux-overview.md#traditional-vs-atomic-updates) for more info. ### Fedora Atomic Desktops @@ -79,7 +81,7 @@ A large portion of [Arch Linux’s packages](https://reproducible.archlinux.org) ![Fedora logo](assets/img/linux-desktop/fedora.svg){ align=right } -**Fedora Atomic Desktops** are the immutable variants of Fedora with a strong focus on containerized workflows and Flatpak for desktop applications. All of these variants follow the same release schedule as Fedora Workstation, benefiting from the same fast updates and staying very close to upstream. +**Fedora Atomic Desktops** are variants of Fedora which use the `rpm-ostree` package manager and have a strong focus on containerized workflows and Flatpak for desktop applications. All of these variants follow the same release schedule as Fedora Workstation, benefiting from the same fast updates and staying very close to upstream. [:octicons-home-16: Homepage](https://fedoraproject.org/atomic-desktops/){ .md-button .md-button--primary } [:octicons-heart-16:](https://whatcanidoforfedora.org/){ .card-link title=Contribute } diff --git a/i18n/ja/os/linux-overview.md b/i18n/ja/os/linux-overview.md index adaec6ef..4152bcd0 100644 --- a/i18n/ja/os/linux-overview.md +++ b/i18n/ja/os/linux-overview.md @@ -58,7 +58,7 @@ Atomic updating distributions apply updates in full or not at all. Typically, tr A transactional update system creates a snapshot that is made before and after an update is applied. If an update fails at any time (perhaps due to a power failure), the update can be easily rolled back to a “last known good state." -The Atomic update method is used for immutable distributions like Silverblue, Tumbleweed, and NixOS and can achieve reliability with this model. [Adam Šamalík](https://twitter.com/adsamalik) provided a presentation on how `rpm-ostree` works with Silverblue: +The Atomic update method is used for [distributions](../desktop.md#atomic-distributions) like Silverblue, Tumbleweed, and NixOS and can achieve reliability with this model. [Adam Šamalík](https://twitter.com/adsamalik) provided a presentation on how `rpm-ostree` works with Silverblue:
diff --git a/i18n/ko/desktop.md b/i18n/ko/desktop.md index a76cfd09..2931bbdf 100644 --- a/i18n/ko/desktop.md +++ b/i18n/ko/desktop.md @@ -71,7 +71,9 @@ DIY 배포판이므로 여러분은 자신의 시스템을 여러분 자신이 [ [Arch Linux의 패키지](https://reproducible.archlinux.org)는 대부분 [재현성](https://reproducible-builds.org)을 제공합니다. -## 변경 불가능한 배포판 +## Atomic Distributions + +**Atomic distributions** (sometimes also referred to as **immutable distributions**) are operating systems which handle package installation and updates by layering changes atop your core system image, rather than by directly modifying the system. This has advantages including increased stability and the ability to easily rollback updates. See [*Traditional vs. Atomic Updates*](os/linux-overview.md#traditional-vs-atomic-updates) for more info. ### Fedora Atomic Desktops @@ -79,7 +81,7 @@ DIY 배포판이므로 여러분은 자신의 시스템을 여러분 자신이 [ ![Fedora logo](assets/img/linux-desktop/fedora.svg){ align=right } -**Fedora Atomic Desktops** are the immutable variants of Fedora with a strong focus on containerized workflows and Flatpak for desktop applications. All of these variants follow the same release schedule as Fedora Workstation, benefiting from the same fast updates and staying very close to upstream. +**Fedora Atomic Desktops** are variants of Fedora which use the `rpm-ostree` package manager and have a strong focus on containerized workflows and Flatpak for desktop applications. All of these variants follow the same release schedule as Fedora Workstation, benefiting from the same fast updates and staying very close to upstream. [:octicons-home-16: Homepage](https://fedoraproject.org/atomic-desktops/){ .md-button .md-button--primary } [:octicons-heart-16:](https://whatcanidoforfedora.org/){ .card-link title=Contribute } diff --git a/i18n/ko/os/linux-overview.md b/i18n/ko/os/linux-overview.md index dcec931e..efdcda3b 100644 --- a/i18n/ko/os/linux-overview.md +++ b/i18n/ko/os/linux-overview.md @@ -58,7 +58,7 @@ Atomic updating distributions apply updates in full or not at all. Typically, tr A transactional update system creates a snapshot that is made before and after an update is applied. If an update fails at any time (perhaps due to a power failure), the update can be easily rolled back to a “last known good state." -The Atomic update method is used for immutable distributions like Silverblue, Tumbleweed, and NixOS and can achieve reliability with this model. [Adam Šamalík](https://twitter.com/adsamalik) provided a presentation on how `rpm-ostree` works with Silverblue: +The Atomic update method is used for [distributions](../desktop.md#atomic-distributions) like Silverblue, Tumbleweed, and NixOS and can achieve reliability with this model. [Adam Šamalík](https://twitter.com/adsamalik) provided a presentation on how `rpm-ostree` works with Silverblue:
diff --git a/i18n/ku-IQ/desktop.md b/i18n/ku-IQ/desktop.md index 19bcbc19..2b381094 100644 --- a/i18n/ku-IQ/desktop.md +++ b/i18n/ku-IQ/desktop.md @@ -71,7 +71,9 @@ Being a DIY distribution, you are [expected to set up and maintain](os/linux-ove A large portion of [Arch Linux’s packages](https://reproducible.archlinux.org) are [reproducible](https://reproducible-builds.org). -## Immutable Distributions +## Atomic Distributions + +**Atomic distributions** (sometimes also referred to as **immutable distributions**) are operating systems which handle package installation and updates by layering changes atop your core system image, rather than by directly modifying the system. This has advantages including increased stability and the ability to easily rollback updates. See [*Traditional vs. Atomic Updates*](os/linux-overview.md#traditional-vs-atomic-updates) for more info. ### Fedora Atomic Desktops @@ -79,7 +81,7 @@ A large portion of [Arch Linux’s packages](https://reproducible.archlinux.org) ![Fedora logo](assets/img/linux-desktop/fedora.svg){ align=right } -**Fedora Atomic Desktops** are the immutable variants of Fedora with a strong focus on containerized workflows and Flatpak for desktop applications. All of these variants follow the same release schedule as Fedora Workstation, benefiting from the same fast updates and staying very close to upstream. +**Fedora Atomic Desktops** are variants of Fedora which use the `rpm-ostree` package manager and have a strong focus on containerized workflows and Flatpak for desktop applications. All of these variants follow the same release schedule as Fedora Workstation, benefiting from the same fast updates and staying very close to upstream. [:octicons-home-16: Homepage](https://fedoraproject.org/atomic-desktops/){ .md-button .md-button--primary } [:octicons-heart-16:](https://whatcanidoforfedora.org/){ .card-link title=Contribute } diff --git a/i18n/ku-IQ/os/linux-overview.md b/i18n/ku-IQ/os/linux-overview.md index c792f1c2..da9fa962 100644 --- a/i18n/ku-IQ/os/linux-overview.md +++ b/i18n/ku-IQ/os/linux-overview.md @@ -58,7 +58,7 @@ Atomic updating distributions apply updates in full or not at all. Typically, tr A transactional update system creates a snapshot that is made before and after an update is applied. If an update fails at any time (perhaps due to a power failure), the update can be easily rolled back to a “last known good state." -The Atomic update method is used for immutable distributions like Silverblue, Tumbleweed, and NixOS and can achieve reliability with this model. [Adam Šamalík](https://twitter.com/adsamalik) provided a presentation on how `rpm-ostree` works with Silverblue: +The Atomic update method is used for [distributions](../desktop.md#atomic-distributions) like Silverblue, Tumbleweed, and NixOS and can achieve reliability with this model. [Adam Šamalík](https://twitter.com/adsamalik) provided a presentation on how `rpm-ostree` works with Silverblue:
diff --git a/i18n/nl/desktop.md b/i18n/nl/desktop.md index 40d6b63c..8888a2f8 100644 --- a/i18n/nl/desktop.md +++ b/i18n/nl/desktop.md @@ -71,7 +71,9 @@ Omdat het een doe-het-zelf distributie is, wordt van je verwacht [dat je jouw sy Een groot deel van [Arch Linux's pakketten](https://reproducible.archlinux.org) zijn [reproduceerbaar](https://reproducible-builds.org). -## Immutable distributies +## Atomic Distributions + +**Atomic distributions** (sometimes also referred to as **immutable distributions**) are operating systems which handle package installation and updates by layering changes atop your core system image, rather than by directly modifying the system. This has advantages including increased stability and the ability to easily rollback updates. See [*Traditional vs. Atomic Updates*](os/linux-overview.md#traditional-vs-atomic-updates) for more info. ### Fedora Atomic Desktops @@ -79,7 +81,7 @@ Een groot deel van [Arch Linux's pakketten](https://reproducible.archlinux.org) ![Fedora logo](assets/img/linux-desktop/fedora.svg){ align=right } -**Fedora Atomic Desktops** are the immutable variants of Fedora with a strong focus on containerized workflows and Flatpak for desktop applications. All of these variants follow the same release schedule as Fedora Workstation, benefiting from the same fast updates and staying very close to upstream. +**Fedora Atomic Desktops** are variants of Fedora which use the `rpm-ostree` package manager and have a strong focus on containerized workflows and Flatpak for desktop applications. All of these variants follow the same release schedule as Fedora Workstation, benefiting from the same fast updates and staying very close to upstream. [:octicons-home-16: Homepage](https://fedoraproject.org/atomic-desktops/){ .md-button .md-button--primary } [:octicons-heart-16:](https://whatcanidoforfedora.org/){ .card-link title=Contribute } diff --git a/i18n/nl/os/linux-overview.md b/i18n/nl/os/linux-overview.md index bd49e455..e9131088 100644 --- a/i18n/nl/os/linux-overview.md +++ b/i18n/nl/os/linux-overview.md @@ -58,7 +58,7 @@ Atomic updating distributies passen updates volledig of helemaal niet toe. Typis Een transactioneel updatesysteem creëert een momentopname die wordt gemaakt voor en na het toepassen van een update. Als een update op een bepaald moment mislukt (bijvoorbeeld door een stroomstoring), kan de update gemakkelijk worden teruggezet naar een "laatst bekende goede staat" -De Atomic update methode wordt gebruikt voor immutable distributies zoals Silverblue, Tumbleweed, en NixOS en kan betrouwbaarheid bereiken met dit model. [Adam Šamalík](https://twitter.com/adsamalik) gaf een presentatie over hoe `rpm-ostree` werkt met Silverblue: +The Atomic update method is used for [distributions](../desktop.md#atomic-distributions) like Silverblue, Tumbleweed, and NixOS and can achieve reliability with this model. [Adam Šamalík](https://twitter.com/adsamalik) gaf een presentatie over hoe `rpm-ostree` werkt met Silverblue:
diff --git a/i18n/pl/desktop.md b/i18n/pl/desktop.md index 19ec4a68..d1c0aab1 100644 --- a/i18n/pl/desktop.md +++ b/i18n/pl/desktop.md @@ -71,7 +71,9 @@ Being a DIY distribution, you are [expected to set up and maintain](os/linux-ove A large portion of [Arch Linux’s packages](https://reproducible.archlinux.org) are [reproducible](https://reproducible-builds.org). -## Immutable Distributions +## Atomic Distributions + +**Atomic distributions** (sometimes also referred to as **immutable distributions**) are operating systems which handle package installation and updates by layering changes atop your core system image, rather than by directly modifying the system. This has advantages including increased stability and the ability to easily rollback updates. See [*Traditional vs. Atomic Updates*](os/linux-overview.md#traditional-vs-atomic-updates) for more info. ### Fedora Atomic Desktops @@ -79,7 +81,7 @@ A large portion of [Arch Linux’s packages](https://reproducible.archlinux.org) ![Fedora logo](assets/img/linux-desktop/fedora.svg){ align=right } -**Fedora Atomic Desktops** are the immutable variants of Fedora with a strong focus on containerized workflows and Flatpak for desktop applications. All of these variants follow the same release schedule as Fedora Workstation, benefiting from the same fast updates and staying very close to upstream. +**Fedora Atomic Desktops** are variants of Fedora which use the `rpm-ostree` package manager and have a strong focus on containerized workflows and Flatpak for desktop applications. All of these variants follow the same release schedule as Fedora Workstation, benefiting from the same fast updates and staying very close to upstream. [:octicons-home-16: Homepage](https://fedoraproject.org/atomic-desktops/){ .md-button .md-button--primary } [:octicons-heart-16:](https://whatcanidoforfedora.org/){ .card-link title=Contribute } diff --git a/i18n/pl/os/linux-overview.md b/i18n/pl/os/linux-overview.md index fb50ccdd..bef6a97c 100644 --- a/i18n/pl/os/linux-overview.md +++ b/i18n/pl/os/linux-overview.md @@ -58,7 +58,7 @@ Atomic updating distributions apply updates in full or not at all. Typically, tr A transactional update system creates a snapshot that is made before and after an update is applied. If an update fails at any time (perhaps due to a power failure), the update can be easily rolled back to a “last known good state." -The Atomic update method is used for immutable distributions like Silverblue, Tumbleweed, and NixOS and can achieve reliability with this model. [Adam Šamalík](https://twitter.com/adsamalik) provided a presentation on how `rpm-ostree` works with Silverblue: +The Atomic update method is used for [distributions](../desktop.md#atomic-distributions) like Silverblue, Tumbleweed, and NixOS and can achieve reliability with this model. [Adam Šamalík](https://twitter.com/adsamalik) provided a presentation on how `rpm-ostree` works with Silverblue:
diff --git a/i18n/pt-BR/desktop.md b/i18n/pt-BR/desktop.md index 78c8cffd..fc7d23d6 100644 --- a/i18n/pt-BR/desktop.md +++ b/i18n/pt-BR/desktop.md @@ -71,7 +71,9 @@ Being a DIY distribution, you are [expected to set up and maintain](os/linux-ove A large portion of [Arch Linux’s packages](https://reproducible.archlinux.org) are [reproducible](https://reproducible-builds.org). -## Immutable Distributions +## Atomic Distributions + +**Atomic distributions** (sometimes also referred to as **immutable distributions**) are operating systems which handle package installation and updates by layering changes atop your core system image, rather than by directly modifying the system. This has advantages including increased stability and the ability to easily rollback updates. See [*Traditional vs. Atomic Updates*](os/linux-overview.md#traditional-vs-atomic-updates) for more info. ### Fedora Atomic Desktops @@ -79,7 +81,7 @@ A large portion of [Arch Linux’s packages](https://reproducible.archlinux.org) ![Fedora logo](assets/img/linux-desktop/fedora.svg){ align=right } -**Fedora Atomic Desktops** are the immutable variants of Fedora with a strong focus on containerized workflows and Flatpak for desktop applications. All of these variants follow the same release schedule as Fedora Workstation, benefiting from the same fast updates and staying very close to upstream. +**Fedora Atomic Desktops** are variants of Fedora which use the `rpm-ostree` package manager and have a strong focus on containerized workflows and Flatpak for desktop applications. All of these variants follow the same release schedule as Fedora Workstation, benefiting from the same fast updates and staying very close to upstream. [:octicons-home-16: Homepage](https://fedoraproject.org/atomic-desktops/){ .md-button .md-button--primary } [:octicons-heart-16:](https://whatcanidoforfedora.org/){ .card-link title=Contribute } diff --git a/i18n/pt-BR/os/linux-overview.md b/i18n/pt-BR/os/linux-overview.md index 55e7e0e5..93457d02 100644 --- a/i18n/pt-BR/os/linux-overview.md +++ b/i18n/pt-BR/os/linux-overview.md @@ -58,7 +58,7 @@ Atomic updating distributions apply updates in full or not at all. Typically, tr A transactional update system creates a snapshot that is made before and after an update is applied. If an update fails at any time (perhaps due to a power failure), the update can be easily rolled back to a “last known good state." -The Atomic update method is used for immutable distributions like Silverblue, Tumbleweed, and NixOS and can achieve reliability with this model. [Adam Šamalík](https://twitter.com/adsamalik) provided a presentation on how `rpm-ostree` works with Silverblue: +The Atomic update method is used for [distributions](../desktop.md#atomic-distributions) like Silverblue, Tumbleweed, and NixOS and can achieve reliability with this model. [Adam Šamalík](https://twitter.com/adsamalik) provided a presentation on how `rpm-ostree` works with Silverblue:
diff --git a/i18n/pt/desktop.md b/i18n/pt/desktop.md index 26841407..2dc339bc 100644 --- a/i18n/pt/desktop.md +++ b/i18n/pt/desktop.md @@ -67,7 +67,9 @@ Being a DIY distribution, you are [expected to set up and maintain](os/linux-ove A large portion of [Arch Linux’s packages](https://reproducible.archlinux.org) are [reproducible](https://reproducible-builds.org). -## Distribuições imutáveis +## Atomic Distributions + +**Atomic distributions** (sometimes also referred to as **immutable distributions**) are operating systems which handle package installation and updates by layering changes atop your core system image, rather than by directly modifying the system. This has advantages including increased stability and the ability to easily rollback updates. See [*Traditional vs. Atomic Updates*](os/linux-overview.md#traditional-vs-atomic-updates) for more info. ### Fedora Atomic Desktops @@ -75,7 +77,7 @@ A large portion of [Arch Linux’s packages](https://reproducible.archlinux.org) ![Fedora logo](assets/img/linux-desktop/fedora.svg){ align=right } -**Fedora Atomic Desktops** are the immutable variants of Fedora with a strong focus on containerized workflows and Flatpak for desktop applications. All of these variants follow the same release schedule as Fedora Workstation, benefiting from the same fast updates and staying very close to upstream. +**Fedora Atomic Desktops** are variants of Fedora which use the `rpm-ostree` package manager and have a strong focus on containerized workflows and Flatpak for desktop applications. All of these variants follow the same release schedule as Fedora Workstation, benefiting from the same fast updates and staying very close to upstream. [:octicons-home-16: Homepage](https://fedoraproject.org/atomic-desktops/){ .md-button .md-button--primary } [:octicons-heart-16:](https://whatcanidoforfedora.org/){ .card-link title=Contribute } diff --git a/i18n/pt/os/linux-overview.md b/i18n/pt/os/linux-overview.md index 8bd38a0a..434a879d 100644 --- a/i18n/pt/os/linux-overview.md +++ b/i18n/pt/os/linux-overview.md @@ -58,7 +58,7 @@ Atomic updating distributions apply updates in full or not at all. Typically, tr A transactional update system creates a snapshot that is made before and after an update is applied. If an update fails at any time (perhaps due to a power failure), the update can be easily rolled back to a “last known good state." -The Atomic update method is used for immutable distributions like Silverblue, Tumbleweed, and NixOS and can achieve reliability with this model. [Adam Šamalík](https://twitter.com/adsamalik) provided a presentation on how `rpm-ostree` works with Silverblue: +The Atomic update method is used for [distributions](../desktop.md#atomic-distributions) like Silverblue, Tumbleweed, and NixOS and can achieve reliability with this model. [Adam Šamalík](https://twitter.com/adsamalik) provided a presentation on how `rpm-ostree` works with Silverblue:
diff --git a/i18n/ru/desktop.md b/i18n/ru/desktop.md index 42e40446..11b2e2f6 100644 --- a/i18n/ru/desktop.md +++ b/i18n/ru/desktop.md @@ -71,7 +71,9 @@ Arch Linux имеет плавающий цикл релиза. Не сущес Большая часть пакетов [Arch Linux](https://reproducible.archlinux.org) является [воспроизводимой](https://reproducible-builds.org). -## Неизменяемые дистрибутивы +## Atomic Distributions + +**Atomic distributions** (sometimes also referred to as **immutable distributions**) are operating systems which handle package installation and updates by layering changes atop your core system image, rather than by directly modifying the system. This has advantages including increased stability and the ability to easily rollback updates. See [*Traditional vs. Atomic Updates*](os/linux-overview.md#traditional-vs-atomic-updates) for more info. ### Fedora Atomic Desktops @@ -79,7 +81,7 @@ Arch Linux имеет плавающий цикл релиза. Не сущес ![Fedora logo](assets/img/linux-desktop/fedora.svg){ align=right } -**Fedora Atomic Desktops** are the immutable variants of Fedora with a strong focus on containerized workflows and Flatpak for desktop applications. All of these variants follow the same release schedule as Fedora Workstation, benefiting from the same fast updates and staying very close to upstream. +**Fedora Atomic Desktops** are variants of Fedora which use the `rpm-ostree` package manager and have a strong focus on containerized workflows and Flatpak for desktop applications. All of these variants follow the same release schedule as Fedora Workstation, benefiting from the same fast updates and staying very close to upstream. [:octicons-home-16: Homepage](https://fedoraproject.org/atomic-desktops/){ .md-button .md-button--primary } [:octicons-heart-16:](https://whatcanidoforfedora.org/){ .card-link title=Contribute } diff --git a/i18n/ru/os/linux-overview.md b/i18n/ru/os/linux-overview.md index 888afdad..a07e80b3 100644 --- a/i18n/ru/os/linux-overview.md +++ b/i18n/ru/os/linux-overview.md @@ -58,7 +58,7 @@ Additionally, Linux falls behind in implementing [exploit mitigations](https://m Система транзакционного обновления создает снимок, который делается до и после применения обновления. Если обновление ломается в любой момент времени (например из-за сбоя питания), обновление можно легко откатить до "последнего известного хорошего состояния." -Метод атомарного обновления используется для таких неизменяемых дистрибутивов, как Silverblue, Tumbleweed и NixOS и может повысить надежность с помощью этой модели. [Adam Šamalík](https://twitter.com/adsamalik) предоставил презентацию о том, как `rpm-ostree` работает с Silverblue: +The Atomic update method is used for [distributions](../desktop.md#atomic-distributions) like Silverblue, Tumbleweed, and NixOS and can achieve reliability with this model. [Adam Šamalík](https://twitter.com/adsamalik) предоставил презентацию о том, как `rpm-ostree` работает с Silverblue:
diff --git a/i18n/sv/desktop.md b/i18n/sv/desktop.md index 832355a0..ec62d99e 100644 --- a/i18n/sv/desktop.md +++ b/i18n/sv/desktop.md @@ -71,7 +71,9 @@ Being a DIY distribution, you are [expected to set up and maintain](os/linux-ove A large portion of [Arch Linux’s packages](https://reproducible.archlinux.org) are [reproducible](https://reproducible-builds.org). -## Immutable Distributions +## Atomic Distributions + +**Atomic distributions** (sometimes also referred to as **immutable distributions**) are operating systems which handle package installation and updates by layering changes atop your core system image, rather than by directly modifying the system. This has advantages including increased stability and the ability to easily rollback updates. See [*Traditional vs. Atomic Updates*](os/linux-overview.md#traditional-vs-atomic-updates) for more info. ### Fedora Atomic Desktops @@ -79,7 +81,7 @@ A large portion of [Arch Linux’s packages](https://reproducible.archlinux.org) ![Fedora logo](assets/img/linux-desktop/fedora.svg){ align=right } -**Fedora Atomic Desktops** are the immutable variants of Fedora with a strong focus on containerized workflows and Flatpak for desktop applications. All of these variants follow the same release schedule as Fedora Workstation, benefiting from the same fast updates and staying very close to upstream. +**Fedora Atomic Desktops** are variants of Fedora which use the `rpm-ostree` package manager and have a strong focus on containerized workflows and Flatpak for desktop applications. All of these variants follow the same release schedule as Fedora Workstation, benefiting from the same fast updates and staying very close to upstream. [:octicons-home-16: Homepage](https://fedoraproject.org/atomic-desktops/){ .md-button .md-button--primary } [:octicons-heart-16:](https://whatcanidoforfedora.org/){ .card-link title=Contribute } diff --git a/i18n/sv/os/linux-overview.md b/i18n/sv/os/linux-overview.md index 80233fee..f043a430 100644 --- a/i18n/sv/os/linux-overview.md +++ b/i18n/sv/os/linux-overview.md @@ -58,7 +58,7 @@ Distributioner med atomär uppdatering tillämpar uppdateringar i sin helhet ell Ett system för transaktionsuppdatering skapar en ögonblicksbild som görs före och efter att en uppdatering tillämpas. Om en uppdatering misslyckas när som helst (till exempel på grund av ett strömavbrott) kan uppdateringen enkelt återställas till ett "senast kända goda tillstånd" -Atomic update-metoden används för oföränderliga distributioner som Silverblue, Tumbleweed och NixOS och kan uppnå tillförlitlighet med den här modellen. [Adam Šamalík](https://twitter.com/adsamalik) gav en presentation om hur `rpm-ostree` fungerar med Silverblue: +The Atomic update method is used for [distributions](../desktop.md#atomic-distributions) like Silverblue, Tumbleweed, and NixOS and can achieve reliability with this model. [Adam Šamalík](https://twitter.com/adsamalik) gav en presentation om hur `rpm-ostree` fungerar med Silverblue:
diff --git a/i18n/tr/desktop.md b/i18n/tr/desktop.md index 20e43ea8..478619bd 100644 --- a/i18n/tr/desktop.md +++ b/i18n/tr/desktop.md @@ -71,7 +71,9 @@ Being a DIY distribution, you are [expected to set up and maintain](os/linux-ove A large portion of [Arch Linux’s packages](https://reproducible.archlinux.org) are [reproducible](https://reproducible-builds.org). -## Immutable Distributions +## Atomic Distributions + +**Atomic distributions** (sometimes also referred to as **immutable distributions**) are operating systems which handle package installation and updates by layering changes atop your core system image, rather than by directly modifying the system. This has advantages including increased stability and the ability to easily rollback updates. See [*Traditional vs. Atomic Updates*](os/linux-overview.md#traditional-vs-atomic-updates) for more info. ### Fedora Atomic Desktops @@ -79,7 +81,7 @@ A large portion of [Arch Linux’s packages](https://reproducible.archlinux.org) ![Fedora logo](assets/img/linux-desktop/fedora.svg){ align=right } -**Fedora Atomic Desktops** are the immutable variants of Fedora with a strong focus on containerized workflows and Flatpak for desktop applications. All of these variants follow the same release schedule as Fedora Workstation, benefiting from the same fast updates and staying very close to upstream. +**Fedora Atomic Desktops** are variants of Fedora which use the `rpm-ostree` package manager and have a strong focus on containerized workflows and Flatpak for desktop applications. All of these variants follow the same release schedule as Fedora Workstation, benefiting from the same fast updates and staying very close to upstream. [:octicons-home-16: Homepage](https://fedoraproject.org/atomic-desktops/){ .md-button .md-button--primary } [:octicons-heart-16:](https://whatcanidoforfedora.org/){ .card-link title=Contribute } diff --git a/i18n/tr/os/linux-overview.md b/i18n/tr/os/linux-overview.md index e9ae5138..5bb0b7d7 100644 --- a/i18n/tr/os/linux-overview.md +++ b/i18n/tr/os/linux-overview.md @@ -58,7 +58,7 @@ Atomic updating distributions apply updates in full or not at all. Typically, tr A transactional update system creates a snapshot that is made before and after an update is applied. If an update fails at any time (perhaps due to a power failure), the update can be easily rolled back to a “last known good state." -The Atomic update method is used for immutable distributions like Silverblue, Tumbleweed, and NixOS and can achieve reliability with this model. [Adam Šamalík](https://twitter.com/adsamalik) provided a presentation on how `rpm-ostree` works with Silverblue: +The Atomic update method is used for [distributions](../desktop.md#atomic-distributions) like Silverblue, Tumbleweed, and NixOS and can achieve reliability with this model. [Adam Šamalík](https://twitter.com/adsamalik) provided a presentation on how `rpm-ostree` works with Silverblue:
diff --git a/i18n/uk/desktop.md b/i18n/uk/desktop.md index 19bcbc19..2b381094 100644 --- a/i18n/uk/desktop.md +++ b/i18n/uk/desktop.md @@ -71,7 +71,9 @@ Being a DIY distribution, you are [expected to set up and maintain](os/linux-ove A large portion of [Arch Linux’s packages](https://reproducible.archlinux.org) are [reproducible](https://reproducible-builds.org). -## Immutable Distributions +## Atomic Distributions + +**Atomic distributions** (sometimes also referred to as **immutable distributions**) are operating systems which handle package installation and updates by layering changes atop your core system image, rather than by directly modifying the system. This has advantages including increased stability and the ability to easily rollback updates. See [*Traditional vs. Atomic Updates*](os/linux-overview.md#traditional-vs-atomic-updates) for more info. ### Fedora Atomic Desktops @@ -79,7 +81,7 @@ A large portion of [Arch Linux’s packages](https://reproducible.archlinux.org) ![Fedora logo](assets/img/linux-desktop/fedora.svg){ align=right } -**Fedora Atomic Desktops** are the immutable variants of Fedora with a strong focus on containerized workflows and Flatpak for desktop applications. All of these variants follow the same release schedule as Fedora Workstation, benefiting from the same fast updates and staying very close to upstream. +**Fedora Atomic Desktops** are variants of Fedora which use the `rpm-ostree` package manager and have a strong focus on containerized workflows and Flatpak for desktop applications. All of these variants follow the same release schedule as Fedora Workstation, benefiting from the same fast updates and staying very close to upstream. [:octicons-home-16: Homepage](https://fedoraproject.org/atomic-desktops/){ .md-button .md-button--primary } [:octicons-heart-16:](https://whatcanidoforfedora.org/){ .card-link title=Contribute } diff --git a/i18n/uk/os/linux-overview.md b/i18n/uk/os/linux-overview.md index c792f1c2..da9fa962 100644 --- a/i18n/uk/os/linux-overview.md +++ b/i18n/uk/os/linux-overview.md @@ -58,7 +58,7 @@ Atomic updating distributions apply updates in full or not at all. Typically, tr A transactional update system creates a snapshot that is made before and after an update is applied. If an update fails at any time (perhaps due to a power failure), the update can be easily rolled back to a “last known good state." -The Atomic update method is used for immutable distributions like Silverblue, Tumbleweed, and NixOS and can achieve reliability with this model. [Adam Šamalík](https://twitter.com/adsamalik) provided a presentation on how `rpm-ostree` works with Silverblue: +The Atomic update method is used for [distributions](../desktop.md#atomic-distributions) like Silverblue, Tumbleweed, and NixOS and can achieve reliability with this model. [Adam Šamalík](https://twitter.com/adsamalik) provided a presentation on how `rpm-ostree` works with Silverblue:
diff --git a/i18n/vi/desktop.md b/i18n/vi/desktop.md index a48731eb..78ed4e71 100644 --- a/i18n/vi/desktop.md +++ b/i18n/vi/desktop.md @@ -67,7 +67,9 @@ Being a DIY distribution, you are [expected to set up and maintain](os/linux-ove A large portion of [Arch Linux’s packages](https://reproducible.archlinux.org) are [reproducible](https://reproducible-builds.org). -## Immutable Distributions +## Atomic Distributions + +**Atomic distributions** (sometimes also referred to as **immutable distributions**) are operating systems which handle package installation and updates by layering changes atop your core system image, rather than by directly modifying the system. This has advantages including increased stability and the ability to easily rollback updates. See [*Traditional vs. Atomic Updates*](os/linux-overview.md#traditional-vs-atomic-updates) for more info. ### Fedora Atomic Desktops @@ -75,7 +77,7 @@ A large portion of [Arch Linux’s packages](https://reproducible.archlinux.org) ![Fedora logo](assets/img/linux-desktop/fedora.svg){ align=right } -**Fedora Atomic Desktops** are the immutable variants of Fedora with a strong focus on containerized workflows and Flatpak for desktop applications. All of these variants follow the same release schedule as Fedora Workstation, benefiting from the same fast updates and staying very close to upstream. +**Fedora Atomic Desktops** are variants of Fedora which use the `rpm-ostree` package manager and have a strong focus on containerized workflows and Flatpak for desktop applications. All of these variants follow the same release schedule as Fedora Workstation, benefiting from the same fast updates and staying very close to upstream. [:octicons-home-16: Homepage](https://fedoraproject.org/atomic-desktops/){ .md-button .md-button--primary } [:octicons-heart-16:](https://whatcanidoforfedora.org/){ .card-link title=Contribute } diff --git a/i18n/vi/os/linux-overview.md b/i18n/vi/os/linux-overview.md index c792f1c2..da9fa962 100644 --- a/i18n/vi/os/linux-overview.md +++ b/i18n/vi/os/linux-overview.md @@ -58,7 +58,7 @@ Atomic updating distributions apply updates in full or not at all. Typically, tr A transactional update system creates a snapshot that is made before and after an update is applied. If an update fails at any time (perhaps due to a power failure), the update can be easily rolled back to a “last known good state." -The Atomic update method is used for immutable distributions like Silverblue, Tumbleweed, and NixOS and can achieve reliability with this model. [Adam Šamalík](https://twitter.com/adsamalik) provided a presentation on how `rpm-ostree` works with Silverblue: +The Atomic update method is used for [distributions](../desktop.md#atomic-distributions) like Silverblue, Tumbleweed, and NixOS and can achieve reliability with this model. [Adam Šamalík](https://twitter.com/adsamalik) provided a presentation on how `rpm-ostree` works with Silverblue:
diff --git a/i18n/zh-Hant/desktop.md b/i18n/zh-Hant/desktop.md index 3189bb62..b7deb01f 100644 --- a/i18n/zh-Hant/desktop.md +++ b/i18n/zh-Hant/desktop.md @@ -71,7 +71,9 @@ Arch Linux有一個滾動發佈週期。 沒有固定的發布時間表,套件 [Arch Linux ](https://reproducible.archlinux.org) 大部份軟體包是 [可復制的](https://reproducible-builds.org)。 -## 不可變動的發行版本 +## Atomic Distributions + +**Atomic distributions** (sometimes also referred to as **immutable distributions**) are operating systems which handle package installation and updates by layering changes atop your core system image, rather than by directly modifying the system. This has advantages including increased stability and the ability to easily rollback updates. See [*Traditional vs. Atomic Updates*](os/linux-overview.md#traditional-vs-atomic-updates) for more info. ### Fedora Atomic Desktops @@ -79,7 +81,7 @@ Arch Linux有一個滾動發佈週期。 沒有固定的發布時間表,套件 ![Fedora logo](assets/img/linux-desktop/fedora.svg){ align=right } -**Fedora Atomic Desktops** are the immutable variants of Fedora with a strong focus on containerized workflows and Flatpak for desktop applications. 這些變體版都遵循 Fedora Workstation 同樣的發佈時間表,受益於相同的快速更新並保持非常接近上遊。 +**Fedora Atomic Desktops** are variants of Fedora which use the `rpm-ostree` package manager and have a strong focus on containerized workflows and Flatpak for desktop applications. 這些變體版都遵循 Fedora Workstation 同樣的發佈時間表,受益於相同的快速更新並保持非常接近上遊。 [:octicons-home-16: Homepage](https://fedoraproject.org/atomic-desktops/){ .md-button .md-button--primary } [:octicons-heart-16:](https://whatcanidoforfedora.org/){ .card-link title=Contribute } diff --git a/i18n/zh-Hant/os/linux-overview.md b/i18n/zh-Hant/os/linux-overview.md index efdba204..535dd100 100644 --- a/i18n/zh-Hant/os/linux-overview.md +++ b/i18n/zh-Hant/os/linux-overview.md @@ -60,7 +60,7 @@ description: Linux 為開源、以隱私為中心的桌面作業系統替代選 事務性更新系統會在更新前後建立快照應用。 如果更新發生失敗(例如因電力故障問題),就可以輕鬆地滾動回"近期已知的良好狀態"。 -原子更新法用於 Silverblue、Tumbleweed 和 NixOS 這類不變的發行版通過此種模式實現可靠性。 [Adam Šamalík](https://twitter.com/adsamalik) 簡報了`rpm-ostree` 如何與 Silverblue 一起運作的情況: +The Atomic update method is used for [distributions](../desktop.md#atomic-distributions) like Silverblue, Tumbleweed, and NixOS and can achieve reliability with this model. [Adam Šamalík](https://twitter.com/adsamalik) 簡報了`rpm-ostree` 如何與 Silverblue 一起運作的情況:
diff --git a/i18n/zh/desktop.md b/i18n/zh/desktop.md index 29c7649d..bce2d38e 100644 --- a/i18n/zh/desktop.md +++ b/i18n/zh/desktop.md @@ -71,7 +71,9 @@ Arch Linux有一个滚动的发布周期。 没有固定的发布时间表,软 [Arch Linux的很大一部分软件包](https://reproducible.archlinux.org) ,都是 [,可复制的](https://reproducible-builds.org)。 -## 不变的发行版 +## Atomic Distributions + +**Atomic distributions** (sometimes also referred to as **immutable distributions**) are operating systems which handle package installation and updates by layering changes atop your core system image, rather than by directly modifying the system. This has advantages including increased stability and the ability to easily rollback updates. See [*Traditional vs. Atomic Updates*](os/linux-overview.md#traditional-vs-atomic-updates) for more info. ### Fedora Atomic Desktops @@ -79,7 +81,7 @@ Arch Linux有一个滚动的发布周期。 没有固定的发布时间表,软 ![Fedora logo](assets/img/linux-desktop/fedora.svg){ align=right } -**Fedora Atomic Desktops** are the immutable variants of Fedora with a strong focus on containerized workflows and Flatpak for desktop applications. All of these variants follow the same release schedule as Fedora Workstation, benefiting from the same fast updates and staying very close to upstream. +**Fedora Atomic Desktops** are variants of Fedora which use the `rpm-ostree` package manager and have a strong focus on containerized workflows and Flatpak for desktop applications. All of these variants follow the same release schedule as Fedora Workstation, benefiting from the same fast updates and staying very close to upstream. [:octicons-home-16: Homepage](https://fedoraproject.org/atomic-desktops/){ .md-button .md-button--primary } [:octicons-heart-16:](https://whatcanidoforfedora.org/){ .card-link title=Contribute } diff --git a/i18n/zh/os/linux-overview.md b/i18n/zh/os/linux-overview.md index 8e9be8cd..dc480977 100644 --- a/i18n/zh/os/linux-overview.md +++ b/i18n/zh/os/linux-overview.md @@ -58,7 +58,7 @@ Additionally, Linux falls behind in implementing [exploit mitigations](https://m 事务性更新系统创建了一个快照,在应用更新之前和之后进行。 如果更新在任何时候失败(也许是由于电源故障),更新可以很容易地回滚到 "最后已知良好状态"。 -原子更新法用于Silverblue、Tumbleweed和NixOS等不可变的发行版,可以通过这种模式实现可靠性。 [Adam Šamalík](https://twitter.com/adsamalik) 提供了一个关于 `rpm-ostree` 如何与Silverblue一起工作的演讲。 +The Atomic update method is used for [distributions](../desktop.md#atomic-distributions) like Silverblue, Tumbleweed, and NixOS and can achieve reliability with this model. [Adam Šamalík](https://twitter.com/adsamalik) 提供了一个关于 `rpm-ostree` 如何与Silverblue一起工作的演讲。