From e1cf2fbfcdab3e049a43b5b34ff1c38cd6842699 Mon Sep 17 00:00:00 2001 From: andrum993 <137400510+andrum993@users.noreply.github.com> Date: Sun, 21 Jul 2024 20:34:06 +0100 Subject: [PATCH] Update README.md - Raspbian -> Raspberry Pi OS Plus some other minor fixups. --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index edf7570..e5444cc 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,17 @@ # piserver -Raspberry Pi Server wizard to serve Raspbian to network booting Pis +Raspberry Pi server wizard to serve Raspberry Pi OS to network booting Pis ## How to rebuild piserver ### Get dependencies -On Raspbian install the build dependencies: +On Raspberry Pi OS, install the build dependencies: ``` sudo apt-get install build-essential devscripts debhelper cmake libldap2-dev libgtkmm-3.0-dev libarchive-dev libcurl4-openssl-dev libcap-dev intltool git ``` -If not using a Pi (or other armhf device), you also need the following runtime dependencies: +If not using a Pi (or other Arm-based device), you also need the following runtime dependencies: ``` sudo apt-get install binfmt-support qemu-user-static @@ -39,7 +39,7 @@ cd .. sudo dpkg -i piserver*.deb ``` -### Extra dependencies if NOT running Raspbian or "Debian Stretch with Raspberry Pi desktop" +### Extra dependencies if NOT running Raspberry Pi OS #### dnsmasq @@ -55,12 +55,12 @@ cd .. sudo dpkg -i dnsmasq-base_*.deb dnsmasq_*.deb ``` -If you are running Raspbian this is not necessary. Although it is using an older dnsmasq version as well, it has been patched to include the newer features used (--dhcp-reply-delay and tftp-unique-root=mac options). +If you are running Raspberry Pi OS this is not necessary. Although it is using an older dnsmasq version as well, it has been patched to include the newer features used (--dhcp-reply-delay and tftp-unique-root=mac options). #### IP update hook It is expected that the computer that is running piserver: -* is configured to use a static IP-address that never changes. -* -OR- uses dhcpcd as network manager. In which case it will notify piserver automatically if your server's IP ever changes. +* is configured to use a static IP address that never changes. +* -OR- uses dhcpcd as network manager, in which case it will notify piserver automatically if your server's IP ever changes. * -OR- that you configure your network manager program (e.g. using a ifup/networkd-dispatcher hook script) to execute "piserver --update-ip" every time the system obtains a new IP lease.