LAVA: ipxe script for infinite prompt
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Thu, 15 Nov 2018 22:14:29 +0000 (17:14 -0500)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Thu, 15 Nov 2018 22:14:29 +0000 (17:14 -0500)
Useful for iso booting (cdrom) directly to ipxe.Provide serial printing of
the prompt each 1 seconds allowing easy synchro with LAVA.

Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
lava/ipxe/infinite_prompt.ipxe [new file with mode: 0644]

diff --git a/lava/ipxe/infinite_prompt.ipxe b/lava/ipxe/infinite_prompt.ipxe
new file mode 100644 (file)
index 0000000..abf5ec3
--- /dev/null
@@ -0,0 +1,3 @@
+#!ipxe
+:retry_prompt
+prompt --key 0x02 --timeout 1000 Press Ctrl-B for the iPXE command line... && shell || goto retry_prompt
This page took 0.023297 seconds and 4 git commands to generate.