Skip to content

Commit

Permalink
Merge pull request #340 from SUSE/jhalackova_adding_snapper_Micro
Browse files Browse the repository at this point in the history
Snapper basics adjusted for SL Micro.
  • Loading branch information
lvicoun authored May 28, 2024
2 parents 94683d0 + f1a88fd commit 2f4e867
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 6 deletions.
15 changes: 15 additions & 0 deletions DC-Micro-snapper-basic-concepts
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# This file originates from the project https://github.com/openSUSE/doc-kit
# This file can be edited downstream.

MAIN="snapper-basic-concepts.asm.xml"
SRC_DIR="articles"

PROFOS="slmicro"
#PROFCONDITION="suse-product"
#PROFCONDITION="suse-product;beta"
#PROFCONDITION="community-project"

STYLEROOT="/usr/share/xml/docbook/stylesheet/suse2022-ns"
FALLBACK_STYLEROOT="/usr/share/xml/docbook/stylesheet/suse2022-ns"
DOCBOOK5_RNG_URI="urn:x-suse:rng:v2:geekodoc-flat"
XSLTPARAM="--param generate.json-ld=1 "
4 changes: 2 additions & 2 deletions concepts/snapper-basic-concept.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
</itemizedlist>
</section>

<section xml:id="snapshot-types">
<section os="sles" xml:id="snapshot-types">
<title>Types of snapshots</title>
<para>There are two aspects according to which snapshots can be classified:
snapshot-triggering events and the time of snapshot creation.</para>
Expand Down Expand Up @@ -155,7 +155,7 @@
</listitem>
</varlistentry>
</variablelist>
<important os="slemicro">
<important>
<title>Exception for installation and administration snapshot types</title>
<para>Installation and administration snapshot types do not apply to transactional
systems.</para>
Expand Down
8 changes: 4 additions & 4 deletions concepts/snapper-default-setup.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@

<section xml:id="snapper-default-settings">
<title>&snapper; default settings</title>
<para>By default, &snapper; on &productname; is automatically configured during
<para os="sles">By default, &snapper; on &productname; is automatically configured during
system installation if the following requirements are met:</para>
<itemizedlist>
<itemizedlist os="sles">
<listitem>
<para>Root partition size: &gt; 16&nbsp;GB</para>
</listitem>
Expand All @@ -57,8 +57,8 @@
</itemizedlist>
<para>Snapshots are created for the root partition only, and certain
directories are excluded by means of subvolumes. For the list of excluded subvolumes,
see <xref linkend="snapper-subvolumes"/>. For detailed information about the types
of snapshots, the time and occasions of their creation, see <xref linkend="snapshot-types"/>.</para>
see <xref linkend="snapper-subvolumes"/>.<phrase os="sles"> For detailed information about the types
of snapshots, the time and occasions of their creation, see <xref linkend="snapshot-types"/>.</phrase></para>
<para>&snapper; provides automatic snapshot cleanup algorithms to prevent running
out of space on the root partition. These algorithms differentiate
between timeline snapshots and <emphasis>numbered</emphasis> snapshots
Expand Down

0 comments on commit 2f4e867

Please sign in to comment.