From 88df842cdfee2f77fd6b09e876e31762eb67d90d Mon Sep 17 00:00:00 2001 From: Pi-Farm <43029891+pi-farm@users.noreply.github.com> Date: Sat, 22 Mar 2025 23:16:49 +0100 Subject: [PATCH] Update README.md --- README.md | 34 +++++++++++++++++++++++----------- 1 file changed, 23 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 123a52c..7ff9d01 100755 --- a/README.md +++ b/README.md @@ -1,20 +1,33 @@ HowToBuild and setup Clone this repo: "git clone https://github.com/pi-farm/Docker-PXE-Server.git" -and cd into it: "cd pxe-server" +and cd into it: "cd Docker-PXE-Server" -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 -5. restart your pc -6. run "bash start.sh" again an choose (u) for update +1: run: "bash start" or "bash t-start" -after that, your docker-container is ready +1.1: choose (b) to build the image and installing everythin in the container +1.2: restart your pi +##################################################################################################### + +2: run: "bash start" or "bash t-start" + +2.1: choose (e) to edit the p2-include-handle file in RPi-PXE-Server + (look here: https://github.com/beta-tester/RPi-PXE-Server#p2-include-handle--c2-custom-handle) +2.2: choose (s) to setup the PXE-Container +2.3: restart your pi + +##################################################################################################### + +3: run: "bash start" or "bash t-start" + +3.1: choose (u) for update + +After that, your PXE-Container is ready! + +##################################################################################################### to check, if the volumes are mounted, go into the running container: - run: "docker exec -it pxe-container bash" @@ -29,5 +42,4 @@ if not, try to start the services: "systemctl start chrony dnsmasq lighttpd nfs-mountd nfs-server nfs-kernel-server" - NOTE: win-pxe / SAMBA feature not tested... coming soon!