diff options
| -rw-r--r-- | internal/polling/polling.go | 2 | ||||
| -rw-r--r-- | test/integ-test/expected-results/poll-unknown.txt | 2 | ||||
| -rw-r--r-- | test/integ-test/expected-results/poll.txt | 2 |
3 files changed, 3 insertions, 3 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" + diff --git a/test/integ-test/expected-results/poll-unknown.txt b/test/integ-test/expected-results/poll-unknown.txt index 0e35aa6..a2ce808 100644 --- a/test/integ-test/expected-results/poll-unknown.txt +++ b/test/integ-test/expected-results/poll-unknown.txt @@ -4,4 +4,4 @@ prompt --key 0x02 --timeout 7000 shoelaces: Press Ctrl-B for manual override... || chain -ar http://localhost:18888/poll/1/06-66-de-ad-be-ef # Note: the iPXE client will see the above code as an endless loop. -# However, Shoelaces will break that loop after a fixed number of retries. +# However, Shoelaces server can break that loop to enable further booting. diff --git a/test/integ-test/expected-results/poll.txt b/test/integ-test/expected-results/poll.txt index a941b7a..ea2a1ff 100644 --- a/test/integ-test/expected-results/poll.txt +++ b/test/integ-test/expected-results/poll.txt @@ -4,4 +4,4 @@ prompt --key 0x02 --timeout 7000 shoelaces: Press Ctrl-B for manual override... || chain -ar http://localhost:18888/poll/1/ff-ff-ff-ff-ff-ff # Note: the iPXE client will see the above code as an endless loop. -# However, Shoelaces will break that loop after a fixed number of retries. +# However, Shoelaces server can break that loop to enable further booting. |
