From 6c4f9fbdbfc73ecc4148aa9b7a77b3974ae5b261 Mon Sep 17 00:00:00 2001 From: Dan Bungert Date: Wed, 18 Oct 2023 17:56:49 -0600 Subject: [PATCH] reference: fix netplan url --- doc/reference/autoinstall-reference.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/reference/autoinstall-reference.rst b/doc/reference/autoinstall-reference.rst index 51e8d10efa..5b29e87eab 100644 --- a/doc/reference/autoinstall-reference.rst +++ b/doc/reference/autoinstall-reference.rst @@ -196,11 +196,15 @@ search_drivers ~~~~~~~~~~~~~~ * **type:** boolean -* **default:** ``true`` +* **default:** ``true`` (mostly, see below) Whether the installer should search for available third-party drivers. When set to ``false``, it disables the drivers :ref:`screen and section`. +The default is true for most installs but false when a "core boot" or +"enhanced secure boot" method is selected (where third-party drivers +cannot currently be installed). + id ~~ @@ -218,7 +222,7 @@ network * **default:** DHCP on interfaces named ``eth*`` or ``en*`` * **can be interactive:** yes -`Netplan-formatted `_ network configuration. +`Netplan-formatted `_ network configuration. This will be applied during installation as well as in the installed system. The default is to interpret the config for the install media, which runs DHCPv4 on any interface with a name matching "``eth*``" or "``en*``" but then