From 7e07c291a0a8d49b6b6ce0117fc01c8246c81d3a Mon Sep 17 00:00:00 2001 From: Dan Bungert Date: Thu, 2 Nov 2023 18:14:00 +0200 Subject: [PATCH] doc: fix some link headings The use of spellexception means we have some links that look like: intro-to-autoinstall.html#autoinstall-by-way-of-cloud-spellexception-config-spellexception Also these are already wordlisted, so we can fix by just dropping the inline spellexception. --- doc/.custom_wordlist.txt | 2 +- doc/intro-to-autoinstall.rst | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/.custom_wordlist.txt b/doc/.custom_wordlist.txt index f66b3052..3901c6e6 100644 --- a/doc/.custom_wordlist.txt +++ b/doc/.custom_wordlist.txt @@ -49,7 +49,7 @@ codecs config curtin debconf -debian-installer +debian el flavor geoip diff --git a/doc/intro-to-autoinstall.rst b/doc/intro-to-autoinstall.rst index 81423a18..14cfc417 100644 --- a/doc/intro-to-autoinstall.rst +++ b/doc/intro-to-autoinstall.rst @@ -16,10 +16,10 @@ time with an *autoinstall configuration* and lets the installation process run w any interaction. -Differences from :spellexception:`debian-installer` preseeding +Differences from `debian-installer` preseeding ============================================ -*preseeds* are the way to automate an installer based on :spellexception:`debian-installer` +*preseeds* are the way to automate an installer based on `debian-installer` (also known as d-i). Autoinstalls differ from preseeds in the following ways: @@ -42,7 +42,7 @@ There are 2 ways to provide the autoinstall configuration: configuration directives to cloud-init at boot time * Directly on the installation media -Autoinstall by way of cloud-:spellexception:`config` +Autoinstall by way of `cloud-config` ---------------------------------- The suggested way of providing autoinstall configuration to the Ubuntu installer is @@ -116,7 +116,7 @@ autoinstall file in the following order and pick the first existing one: 1. Kernel command line 2. Root of the installation system -3. Cloud-:spellexception:`config` +3. `cloud-config` 4. Root of the CD-ROM (ISO)