From 88f710f0e79eafe469e09a3ea990bdbe0c7d0a52 Mon Sep 17 00:00:00 2001 From: Thermionix Date: Mon, 30 Sep 2013 22:44:09 +1000 Subject: [PATCH] Update archlinux.rst The /etc/sysctl.conf file is deprecated https://www.archlinux.org/news/deprecation-of-etcsysctlconf/ --- docs/sources/installation/archlinux.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/installation/archlinux.rst b/docs/sources/installation/archlinux.rst index 4f0f211747..70674837c8 100644 --- a/docs/sources/installation/archlinux.rst +++ b/docs/sources/installation/archlinux.rst @@ -80,7 +80,7 @@ To enable the forwarding, run as root on the host system: sysctl net.ipv4.ip_forward=1 -And, to make it persistent across reboots, enable it on the host's **/etc/sysctl.conf**: +And, to make it persistent across reboots, enable it on the host's **/etc/sysctl.d/net.conf**: ::