We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b27d480 commit 52987feCopy full SHA for 52987fe
README.md
@@ -52,7 +52,7 @@ Share custom boot configurations for PXELINUX from a custom http server:
52
```yaml
53
type: http
54
regexp: pxelinux.cfg\/01-(([0-9A-Fa-f]{2}[:-]){5}[0-9A-Fa-f]{2})
55
-template: http: http://localhost:8080/boot/$1
+template: http://localhost:8080/boot/$1
56
```
57
58
The order of the hooks matter. The first one matched is used.
0 commit comments