From d563ffa846d5d9c2b1981bd33ff3f7e142b1736f Mon Sep 17 00:00:00 2001 From: srividya0208 Date: Thu, 21 Dec 2023 06:01:57 -0500 Subject: wireguard: incorrect syntax --- docs/configuration/interfaces/wireguard.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/interfaces/wireguard.rst b/docs/configuration/interfaces/wireguard.rst index 036a9063..fe91fb32 100644 --- a/docs/configuration/interfaces/wireguard.rst +++ b/docs/configuration/interfaces/wireguard.rst @@ -131,7 +131,7 @@ traffic. set interfaces wireguard wg01 peer to-wg01 allowed-ips '192.168.1.0/24' set interfaces wireguard wg01 peer to-wg01 address '192.0.2.2' set interfaces wireguard wg01 peer to-wg01 port '51820' - set interfaces wireguard wg01 peer to-wg01 public-key 'EKY0dxRrSD98QHjfHOK13mZ5PJ7hnddRZt5woB3szyw=' + set interfaces wireguard wg01 peer to-wg01 pubkey 'EKY0dxRrSD98QHjfHOK13mZ5PJ7hnddRZt5woB3szyw=' set interfaces wireguard wg01 port '51820' set protocols static route 192.168.1.0/24 interface wg01 -- cgit v1.2.3 From 09511c5922c310066192c0b309595e416a503344 Mon Sep 17 00:00:00 2001 From: srividya0208 Date: Fri, 2 Feb 2024 07:14:02 -0500 Subject: Added information related to root-partition-auto-resize --- docs/configuration/system/option.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/configuration/system/option.rst b/docs/configuration/system/option.rst index e029ec96..b77d5696 100644 --- a/docs/configuration/system/option.rst +++ b/docs/configuration/system/option.rst @@ -22,6 +22,11 @@ General Play an audible beep to the system speaker when system is ready. +.. cfgcmd:: set system option root-partition-auto-resize + + Enables the root partition auto-extension and resizes to the maximum + available space on system boot. + *********** HTTP client *********** -- cgit v1.2.3