From 91e88f383677f7f7a7cebe8c252837bf0481afc7 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 ed2fd4f7..22a78051 100644 --- a/doc/reference/autoinstall-reference.rst +++ b/doc/reference/autoinstall-reference.rst @@ -195,11 +195,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 ~~ @@ -217,7 +221,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 configuration for the installation media, which runs DHCP version 4 on any interface with a name matching ``eth*`` or ``en*`` but then