From 7fb968a1c0a581083492bf2e048b0f5603a49b15 Mon Sep 17 00:00:00 2001 From: Adam Warner Date: Sun, 11 Dec 2022 15:43:38 +0000 Subject: [PATCH] Remove note about dhcpcd5, which has not been relevant for a year now. Signed-off-by: Adam Warner --- docs/main/prerequisites.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/main/prerequisites.md b/docs/main/prerequisites.md index 3f89ecf..d928ca4 100644 --- a/docs/main/prerequisites.md +++ b/docs/main/prerequisites.md @@ -66,7 +66,7 @@ The following operating systems are **officially** supported: ### IP Addressing -Pi-hole needs a static IP address to properly function (a DHCP reservation is just fine). Users may run into issues because **we currently install `dhcpcd5`, which may conflict with other running network managers** such as `dhclient`, `dhcpcd`, `networkmanager`, and `systemd-networkd`. +Pi-hole needs a static IP address to properly function (a DHCP reservation is just fine). As part of our install process, **we append some lines to `/etc/dhcpcd.conf` in order to statically assign an IP address**, so take note of this before installing.