From 8a4e5e9908e7f6bc23e58006c055c31c588d42a7 Mon Sep 17 00:00:00 2001 From: Pi-Farm <43029891+pi-farm@users.noreply.github.com> Date: Fri, 17 Nov 2023 21:40:56 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 5e38ccf..83b4c6d 100755 --- a/README.md +++ b/README.md @@ -1,31 +1,33 @@ HowToBuild and setup Clone this repo: git clone https://gitea.pi-farm.duckdns.org/meik/pxe-server.git -and cd into it: cd pxe-server +and cd into it: "cd pxe-server" -run: bash start.sh +run: "bash start.sh" 1. choose (b) to build the image 2. restart your pc -3. edit the p2-include-handle file in RPi-PXE-Server folder (look here: https://github.com/beta-tester/RPi-PXE-Server#p2-include-handle--c2-custom-handle) -4. run bash start.sh again an choose (s) for setup +3. edit the p2-include-handle file in RPi-PXE-Server folder + (look here: https://github.com/beta-tester/RPi-PXE-Server#p2-include-handle--c2-custom-handle) +4. run "bash start.sh" again an choose (s) for setup 5. restart your pc -6. run bash start.sh again an choose (u) for update +6. run "bash start.sh" again an choose (u) for update afer that, your pc is ready - to check, if the volumes are mounted, go into the running container: -docker exec -it pxe-container bash -- run: df -h -- run: showmount -e +- run: "docker exec -it pxe-container bash" +- run: "df -h" +- run: "showmount -e" Check if all services are up and running: -systemctl status chrony dnsmasq lighttpd nfs-mountd nfs-server nfs-kernel-server + +"systemctl status chrony dnsmasq lighttpd nfs-mountd nfs-server nfs-kernel-server" if not, try to start the services: -systemctl start chrony dnsmasq lighttpd nfs-mountd nfs-server nfs-kernel-server - +"systemctl start chrony dnsmasq lighttpd nfs-mountd nfs-server nfs-kernel-server" + + NOTE: win-pxe / SAMBA feature not tested... coming soon! From 24bba4f18eefea7fa4a25b99386d2ef36f426821 Mon Sep 17 00:00:00 2001 From: Pi-Farm <43029891+pi-farm@users.noreply.github.com> Date: Fri, 17 Nov 2023 22:09:51 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 83b4c6d..2f290e2 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ HowToBuild and setup -Clone this repo: git clone https://gitea.pi-farm.duckdns.org/meik/pxe-server.git +Clone this repo: "git clone https://github.com/pi-farm/Docker-PXE-Server.git" and cd into it: "cd pxe-server" run: "bash start.sh"