On 23/04/2021 11:46, Matteo Guglielmi wrote:
Would it be possible to ask for a read --timeout option
in order to automate the following script (unattended
boot)?
set cmdline selinux=0 console=ttyS0,115200n8 console=tty0
echo -n Kernel command line: ${}
read --timeout 5 cmdline
chain http://my.web.server/vmlinuz ${cmdline}
Done:
https://github.com/ipxe/ipxe/commit/b2501dd12
https://github.com/ipxe/ipxe/commit/323af9ee8
The timeout is in milliseconds (for consistency with all other iPXE
--timeout options).
Michael
_______________________________________________
ipxe-devel mailing list
ipxe-devel@lists.ipxe.org
https://lists.ipxe.org/mailman/listinfo/ipxe-devel