From 247a978f5e3b27259094d122f80937b1560ab3e3 Mon Sep 17 00:00:00 2001 From: Shay Levy Date: Thu, 19 Oct 2023 20:23:17 +0300 Subject: [PATCH] Fix typo in WIFI configuration (#1139) --- docs/on_boot_config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/on_boot_config.md b/docs/on_boot_config.md index 19e6edd6..23202902 100644 --- a/docs/on_boot_config.md +++ b/docs/on_boot_config.md @@ -73,7 +73,7 @@ A number of other parameters can be applied in the same way as with Wi-Fi. [systemd configuration files](https://wiki.archlinux.org/title/systemd-networkd) on the live OS. All three options must be set simultaneously to avoid incorrect configuration. -* `WIFI_ESSID=foo`, `WIFI_REGDOM=bar`
+* `WIFI_ESSID=foo`, `WIFI_PASSWD=bar`
Configures Wi-Fi, described in more detail in previous paragrpah. Both options must be set simultaneously to avoid incorrect configuration.