From 2d8af56288f3de6e251655e16f5afd83f6f1da3f Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Mon, 31 Jul 2023 15:11:27 +0200 Subject: [PATCH] Forgot to escape a comma --- docs/installing/config_options.csv | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/installing/config_options.csv b/docs/installing/config_options.csv index 16062a46ad..d7e7498650 100644 --- a/docs/installing/config_options.csv +++ b/docs/installing/config_options.csv @@ -3,7 +3,7 @@ additional-repositories,[ `multilib `_,Sets the TUI language used *(make sure to use the ``lang`` value not the ``abbr``)*,No audio_config,`pipewire `_!, `pulseaudio `_,Audioserver to be installed,No bootloader,`Systemd-boot `_!, `grub `_,Bootloader to be installed *(grub being mandatory on BIOS machines)*,Yes -debug,``true``|``false``,Enables debug output,No +debug,``true``!, ``false``,Enables debug output,No disk_config,*`read more under Disk Configuration <#>`_*,Contains the desired disk setup to be used during installation,No disk_encryption,*`read more about under Disk Encryption <#>`_*,Parameters for disk encryption applied ontop of ``disk_config``,No hostname,``str``,A string definining your machines hostname on the network *(defaults to ``archinstall``)*,No @@ -12,13 +12,13 @@ custom-commands,[ !, !, ...],Custom commands that will be ru locale_config,{kb_layout: `lang `_!, sys_enc: `Character encoding `_!, sys_lang: `locale `_},Defines the keyboard key map!, system encoding and system locale,No mirror_config,{custom_mirrors: [ https://... ]!, mirror_regions: { "Worldwide": [ "https://geo.mirror.pkgbuild.com/$repo/os/$arch" ] } },Sets various mirrors *(defaults to ISO's ``/etc/pacman.d/mirrors`` if not defined)*,No network_config,*`see options under Network Configuration`*,Sets which type of *(if any)* network configuration should be used,No -no_pkg_lookups,``true``!,``false``,Disabled package checking against https://archlinux.org/packages/,No -ntp,``true``!,``false``,enables or disables `NTP `_ during installation,No -offline,``true``!,``false``,enables or disables certain online checks such as mirror reachability etc,No +no_pkg_lookups,``true``!, ``false``,Disabled package checking against https://archlinux.org/packages/,No +ntp,``true``!, ``false``,enables or disables `NTP `_ during installation,No +offline,``true``!, ``false``,enables or disables certain online checks such as mirror reachability etc,No packages,[ !, !, ... ],A list of packages to install during installation,No parallel downloads,0-∞,sets a given number of paralell downloads to be used by `pacman `_,No profile_config,*`read more under the profiles section`*,Installs a given profile if defined,No -script,`guided `_! *(default)*, `minimal `_!, `only_hdd `_!, `swiss `_!, `unattended `_,When used to autorun an installation!, this sets which script to autorun with,No -silent,``true``!,``false``,disables or enables user questions using the TUI,No -swap,``true``!,``false``,enables or disables swap,No +script,`guided `_! *(default)*!, `minimal `_!, `only_hdd `_!, `swiss `_!, `unattended `_,When used to autorun an installation!, this sets which script to autorun with,No +silent,``true``!, ``false``,disables or enables user questions using the TUI,No +swap,``true``!, ``false``,enables or disables swap,No timezone,`timezone `_,sets a timezone for the installed system,No \ No newline at end of file