diff --git a/xml/app-access-src-debug.xml b/xml/app-access-src-debug.xml
new file mode 100644
index 0000000..64f8a67
--- /dev/null
+++ b/xml/app-access-src-debug.xml
@@ -0,0 +1,128 @@
+
+
+
+ %entities;
+]>
+
+
+ Accessing the Source or Debug repositories
+
+
+
+ yes
+
+
+
+
+ Mirroring the Source or Debug repositories and enabling
+ them on your system is documented as part of
+ and .
+
+
+ However, if your &rhla; or CentOS Linux system is already registered with the &rmt; server and
+ you just need to enable individual repositories, this section highlights the relevant steps.
+
+
+ Requirements
+
+
+ The &rmt; server is installed and up to date.
+
+
+
+
+ The &productname; &productnumber; LTSS product is enabled on the &rmt; server.
+
+
+
+
+ Your &rhla; or CentOS Linux system is registered with the &rmt; server.
+
+
+
+
+
+ Repositories must be mirrored on the &rmt; server before you can access them on your system.
+ BASE, Source and Debug repositories
+ are not mirrored by default. Use this procedure to mirror any additional repositories you need:
+
+
+ Mirroring additional repositories on the &rmt; server
+
+
+ List the &productname; &productnumber; LTSS repositories:
+
+&prompt.root;rmt-cli repos list --all | grep -E "&reponameshort;-&productnumber;-(BASE|LTSS)"
+
+
+ BASE repositories are frozen and contain the existing packages
+ from the non-LTSS &productname; &productnumber; repositories. LTSS repositories contain new packages for &productname; &productnumber; LTSS.
+
+
+
+ If the repositories you need already have the status Mirror,
+ skip this procedure and go to .
+
+
+
+
+ Enable the repositories using their four-digit repository ID. You can enable multiple
+ repositories at once:
+
+&prompt.root;rmt-cli repos enable REPO_ID1 REPO_ID2 REPO_ID3
+
+
+
+ Start package mirroring for the enabled repositories:
+
+&prompt.root;rmt-cli mirror
+
+ This will take some time to complete.
+
+
+
+
+
+ After the repositories finish mirroring, use this procedure to enable them on your
+ &rhla; or CentOS Linux system:
+
+
+ Enabling additional repositories on &rhla; or CentOS Linux
+
+
+ List the available repositories:
+
+&prompt.root;yum repolist all
+
+ Be aware that all &productname; &productnumber; LTSS repositories are listed and can be
+ enabled even if they are not mirrored on the &rmt; server. However, you can only download
+ content from a repository if it is mirrored on the &rmt; server.
+
+
+
+
+ Enable the repositories you need using their repo id.
+ You can enable multiple repositories at once:
+
+&prompt.root;yum-config-manager --enable REPO_ID1 REPO_ID2 REPO_ID3
+
+
+
+ Run the update command to make sure there are no errors:
+
+&prompt.root;yum update
+
+ If you enabled a repository that is not mirrored on the &rmt; server,
+ you will see a 404 error.
+
+
+
+
+
diff --git a/xml/art-quickstart.xml b/xml/art-quickstart.xml
index e458979..7e74698 100644
--- a/xml/art-quickstart.xml
+++ b/xml/art-quickstart.xml
@@ -48,6 +48,14 @@
Administration
+
+ 2024-12-13
+
+
+ Added Source and Debug appendix
+
+
+
2024-12-11
@@ -455,6 +463,7 @@
+