diff options
Diffstat (limited to 'internal/polling/polling.go')
| -rw-r--r-- | internal/polling/polling.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/polling/polling.go b/internal/polling/polling.go index 7b1235b..875d8db 100644 --- a/internal/polling/polling.go +++ b/internal/polling/polling.go @@ -51,7 +51,7 @@ const ( " && chain -ar http://{{.baseURL}}/ipxemenu \\\n" + " || chain -ar http://{{.baseURL}}/poll/1/{{.macAddress}}\n\n" + "# Note: the iPXE client will see the above code as an endless loop.\n" + - "# However, Shoelaces will break that loop after a fixed number of retries.\n" + "# However, Shoelaces server can break that loop to enable further booting.\n" timeoutScript = "#!ipxe\n" + "echo\n" + |
