mirror of
https://github.com/pi-farm/Docker-PXE-Server.git
synced 2025-12-10 02:08:26 +00:00
Update README.md
This commit is contained in:
32
README.md
32
README.md
@@ -1,20 +1,33 @@
|
|||||||
HowToBuild and setup
|
HowToBuild and setup
|
||||||
|
|
||||||
Clone this repo: "git clone https://github.com/pi-farm/Docker-PXE-Server.git"
|
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
|
1: run: "bash start" or "bash t-start"
|
||||||
2. restart your pc
|
|
||||||
3. edit the p2-include-handle file in RPi-PXE-Server folder
|
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)
|
(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
|
2.2: choose (s) to setup the PXE-Container
|
||||||
5. restart your pc
|
2.3: restart your pi
|
||||||
6. run "bash start.sh" again an choose (u) for update
|
|
||||||
|
|
||||||
after that, your docker-container is ready
|
#####################################################################################################
|
||||||
|
|
||||||
|
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:
|
to check, if the volumes are mounted, go into the running container:
|
||||||
- run: "docker exec -it pxe-container bash"
|
- 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"
|
"systemctl start chrony dnsmasq lighttpd nfs-mountd nfs-server nfs-kernel-server"
|
||||||
|
|
||||||
|
|
||||||
NOTE: win-pxe / SAMBA feature not tested... coming soon!
|
NOTE: win-pxe / SAMBA feature not tested... coming soon!
|
||||||
|
|||||||
Reference in New Issue
Block a user