You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,8 @@
1
1
# docker-pxe
2
2
3
3
### Setup and Configurations
4
-
1. Go to pxe folder - cd pxe
5
-
2. Modify pxe_api.go line 14 and specify your own kickstart file.
6
-
3. Compile the code - go build pxe_api.go
4
+
1. Modify docker-pxe/conf/dhcpd_template accordingly to your network setup.
5
+
2. Add your kickstart file in docker-pxe/pxe/pxe_api.go and compile it (go build pxe_api.go)
7
6
8
7
#### Note: Why settle for static kickstart files, when you could generate them :). Please check my [Kickstart File Generator](https://github.com/ppetko/kickstart-generator)
0 commit comments