From 1a72e6c0cc658af2d3845b9555dfafc3bedcf7d0 Mon Sep 17 00:00:00 2001 From: Chris Peterson Date: Thu, 10 Oct 2024 10:34:37 -0700 Subject: [PATCH 1/2] doc: add intersphinx mapping for server docs --- doc/custom_conf.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/custom_conf.py b/doc/custom_conf.py index 2344db80e..2fefafd98 100644 --- a/doc/custom_conf.py +++ b/doc/custom_conf.py @@ -161,6 +161,10 @@ 'cloud-init': ( 'https://docs.cloud-init.io/en/latest/', None + ), + 'ubuntu-server': ( + 'https://documentation.ubuntu.com/server/', + None ) } From ef9c42e8fac3ac66d440ec02a4efa75012848357 Mon Sep 17 00:00:00 2001 From: Chris Peterson Date: Thu, 10 Oct 2024 10:35:12 -0700 Subject: [PATCH 2/2] doc: link kdump reference to ubuntu server docs --- doc/reference/autoinstall-reference.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/reference/autoinstall-reference.rst b/doc/reference/autoinstall-reference.rst index 917528ee0..0edb66297 100644 --- a/doc/reference/autoinstall-reference.rst +++ b/doc/reference/autoinstall-reference.rst @@ -1201,7 +1201,7 @@ kernel-crash-dumps Toggle kernel crash dumps enablement. -In 24.10 and later, the default configuration will result in dynamic enablement of kernel crash dumps on the installed system using the ``kdump-tools`` package. On amd64, arm64, and s390x systems, if the system is detected to meet the minimum requirements for kernel crash dumps then they will be enabled. Otherwise, they will be disabled. More details about the minimum system requirements can be found in the following document (doesn't exist yet). +In 24.10 and later, the default configuration will result in dynamic enablement of kernel crash dumps on the installed system using the ``kdump-tools`` package. On amd64, arm64, and s390x systems, if the system is detected to meet the minimum requirements for kernel crash dumps then they will be enabled. Otherwise, they will be disabled. More details about the minimum system requirements can be found in the :external+ubuntu-server:ref:`Ubuntu Server documentation`. In pre-24.10, the default configuration will result in kernel crash dumps being disabled.