[ipxe-devel] Allow user to edit a kernel command line before booting with a read timeout

Matteo Guglielmi Matteo.Guglielmi at dalco.ch
Fri Apr 23 10:46:42 UTC 2021


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}


Thank you.


More information about the ipxe-devel mailing list