From f97179e70a00f2738d32ab524687ff139bab43d4 Mon Sep 17 00:00:00 2001 From: TheEvilSkeleton Date: Sun, 24 May 2020 20:03:09 -0400 Subject: [PATCH 1/6] Renamed prerequesites.md to prerequisites.md (typo) --- docs/main/{prerequesites.md => prerequisites.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename docs/main/{prerequesites.md => prerequisites.md} (100%) diff --git a/docs/main/prerequesites.md b/docs/main/prerequisites.md similarity index 100% rename from docs/main/prerequesites.md rename to docs/main/prerequisites.md From 0be7a9e6e9fe119b4d1d0796d46d7ed9a95b399f Mon Sep 17 00:00:00 2001 From: TheEvilSkeleton Date: Mon, 25 May 2020 09:57:36 -0400 Subject: [PATCH 2/6] Added some information --- docs/main/prerequisites.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/docs/main/prerequisites.md b/docs/main/prerequisites.md index 93d16bf..f29583f 100644 --- a/docs/main/prerequisites.md +++ b/docs/main/prerequisites.md @@ -1,7 +1,7 @@ --- title: Prerequisites description: Operating system and network requirements -last_updated: January 27 2020 +last_updated: May 25 2020 --- ### Hardware @@ -14,7 +14,11 @@ Pi-hole is very lightweight and does not require much processing power Despite the name, you are not limited to running Pi-hole on a Raspberry Pi. Any hardware that runs one of the supported operating systems will do! -### Supported Operating Systems +### Software + +Pi-hole will only work on distributions utilizing [systemd](https://systemd.io/) or [sysvinit](https://www.nongnu.org/sysvinit/)! Distributions like MX Linux, Devuan, Void Linux and others will not work. + +#### Supported Operating Systems The following operating systems are **officially** supported: @@ -26,6 +30,13 @@ The following operating systems are **officially** supported: | Fedora | 31 / 32 | ARM / x86_64 | | CentOS | 7 / 8 | x86_64 | +!!! info + Pi-hole will run on most Debian-based distributions and is the preferred platform. + +!!! info + For Fedora-based distributions, it is advisable to set [SELinux to `disabled` or `permissive`](https://wiki.centos.org/HowTos/SELinux#SELinux_Modes). + Pi-hole can otherwise be whitelisted if the `enforcing` mode is kept. + ### 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`. From 7f67c6f3b20898a23e57334fae0d158ed81523ab Mon Sep 17 00:00:00 2001 From: TheEvilSkeleton Date: Mon, 25 May 2020 10:23:31 -0400 Subject: [PATCH 3/6] Fixed typo --- mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index 722cb52..0a36216 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -56,7 +56,7 @@ nav: - 'Pi-hole Origins': main/origins.md - 'On the Web': main/coverage.md - 'Getting Started': - - 'Prerequisites': main/prerequesites.md + - 'Prerequisites': main/prerequisites.md - 'Installation': main/basic-install.md - 'Post-Install': main/post-install.md - 'Updating': main/update.md From e5f7ab937d83e7c409f4d75dc1b5f9a3ed67955a Mon Sep 17 00:00:00 2001 From: TheEvilSkeleton Date: Mon, 25 May 2020 10:26:39 -0400 Subject: [PATCH 4/6] Removed redundant sentence --- 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 f29583f..79d7cec 100644 --- a/docs/main/prerequisites.md +++ b/docs/main/prerequisites.md @@ -16,7 +16,7 @@ Any hardware that runs one of the supported operating systems will do! ### Software -Pi-hole will only work on distributions utilizing [systemd](https://systemd.io/) or [sysvinit](https://www.nongnu.org/sysvinit/)! Distributions like MX Linux, Devuan, Void Linux and others will not work. +Pi-hole will only work on distributions utilizing [systemd](https://systemd.io/) or [sysvinit](https://www.nongnu.org/sysvinit/)! #### Supported Operating Systems From 7f2adfa31ec29b833fa0ea61dbd19c982123a6e7 Mon Sep 17 00:00:00 2001 From: TheEvilSkeleton Date: Mon, 25 May 2020 10:29:14 -0400 Subject: [PATCH 5/6] Removed some "!!! info" --- docs/main/prerequisites.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/main/prerequisites.md b/docs/main/prerequisites.md index 79d7cec..d4a268c 100644 --- a/docs/main/prerequisites.md +++ b/docs/main/prerequisites.md @@ -30,13 +30,6 @@ The following operating systems are **officially** supported: | Fedora | 31 / 32 | ARM / x86_64 | | CentOS | 7 / 8 | x86_64 | -!!! info - Pi-hole will run on most Debian-based distributions and is the preferred platform. - -!!! info - For Fedora-based distributions, it is advisable to set [SELinux to `disabled` or `permissive`](https://wiki.centos.org/HowTos/SELinux#SELinux_Modes). - Pi-hole can otherwise be whitelisted if the `enforcing` mode is kept. - ### 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`. From 147b0363f3ef8ac0b3c94ff39ac4769be5648aed Mon Sep 17 00:00:00 2001 From: TheEvilSkeleton Date: Mon, 25 May 2020 10:45:21 -0400 Subject: [PATCH 6/6] Better wording --- 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 d4a268c..0fcc40b 100644 --- a/docs/main/prerequisites.md +++ b/docs/main/prerequisites.md @@ -16,7 +16,7 @@ Any hardware that runs one of the supported operating systems will do! ### Software -Pi-hole will only work on distributions utilizing [systemd](https://systemd.io/) or [sysvinit](https://www.nongnu.org/sysvinit/)! +Pi-hole is supported on distributions utilizing [systemd](https://systemd.io/) or [sysvinit](https://www.nongnu.org/sysvinit/)! #### Supported Operating Systems