From 5fbaff183f382e820ab4bee63af89ce36b6c2649 Mon Sep 17 00:00:00 2001 From: yubiuser Date: Mon, 11 Oct 2021 09:31:23 +0200 Subject: [PATCH] Destroyed CentOS and RPi3 (markdown) --- CentOS-and-RPi3.md | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 CentOS-and-RPi3.md diff --git a/CentOS-and-RPi3.md b/CentOS-and-RPi3.md deleted file mode 100644 index 84318d1..0000000 --- a/CentOS-and-RPi3.md +++ /dev/null @@ -1,32 +0,0 @@ -# TO BE REMOVED - -## Note: We now support Fedora, RHEL and CentOS via the automated installer. These directions will be left here for historical purposes. - -## Install on CentOS 7 and RPi3 - -To get pi-hole running on an RPi3 running CentOS 7.x takes a few extra steps. - -[Install image](http://mirror.centos.org/altarch/7/isos/armhfp/CentOS-Userland-7-armv7hl-Minimal-1611-RaspberryPi3.img.xz) - -Once your RPi3 is up and running CentOS 7.x you'll notice that there is no EPEL repo for the Arm7 architecture available at the moment. This means you'll not be able to easily install lighttpd or spawn-fcgi which are required. - -Setup an rpmbuild environment [RPM Build](https://wiki.centos.org/HowTos/SetupRpmBuildEnvironment) - -Download source rpms: -[lighttpd-srpm](https://dl.fedoraproject.org/pub/epel/7/SRPMS/l/lighttpd-1.4.45-1.el7.src.rpm) -[spawn-fcgi-srpm](https://dl.fedoraproject.org/pub/epel/7/SRPMS/s/spawn-fcgi-1.6.3-5.el7.src.rpm) - -Build install rpms from both of those srpms. You'll need to install lighttpd lighttpd-fastcgi and spawn-fcgi. - -Install using normal methods listed here should work, but you might run into some minor issues which are known and being worked on at the time this page was written. - -* Network config (/etc/sysconfig/network-scripts/ifcfg-eth0) could be missing a GATEWAY= directive. This will cause the install to fail. -* There are two packages that need some attention before the install will complete cleanly: - 1. epel-release does not exist - 2. netcat is named differently in CentOS, should be nmap-ncat - -Those package issues can be handled by downloading the install script without running it. Edit the script to remove the epel-release requirement and rename netcat to nmap-ncat. Run the script manually. - -With those steps taken care of you should end up with an RPi3, running CentOS 7 and the pi-hole working. - -Reference [Issue #586](https://github.com/pi-hole/pi-hole/issues/586) \ No newline at end of file