reference: fix netplan url

This commit is contained in:
Dan Bungert 2023-10-18 17:56:49 -06:00
parent a9102c3a02
commit 91e88f3836
1 changed files with 6 additions and 2 deletions

View File

@ -195,11 +195,15 @@ search_drivers
~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~
* **type:** boolean * **type:** boolean
* **default:** ``true`` * **default:** ``true`` (mostly, see below)
Whether the installer should search for available third-party drivers. When Whether the installer should search for available third-party drivers. When
set to ``false``, it disables the drivers :ref:`screen and section<ai-drivers>`. set to ``false``, it disables the drivers :ref:`screen and section<ai-drivers>`.
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 id
~~ ~~
@ -217,7 +221,7 @@ network
* **default:** DHCP on interfaces named ``eth*`` or ``en*`` * **default:** DHCP on interfaces named ``eth*`` or ``en*``
* **can be interactive:** yes * **can be interactive:** yes
`Netplan-formatted <https://netplan.io/reference>`_ network configuration. `Netplan-formatted <https://netplan.readthedocs.io/en/stable/netplan-yaml/>`_ network configuration.
This will be applied during installation as well as in the installed system. 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 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 DHCP version 4 on any interface with a name matching ``eth*`` or ``en*`` but then