Add press Ctrl-B for iPXE command line

Prior to embedding the iPXE script that does retries
the default would prompt the user to press Ctrl-B to
open the iPXE shell.

This change updates the embedded script to add the
Ctrl-B prompt.

Change-Id: Ic185cdceee50b38dea4f6815f1f2217b0586f365
This commit is contained in:
Harald Jensås 2019-09-23 13:32:04 +02:00 committed by Matthew Booth
parent 5c33131e24
commit b6124030e8
1 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,9 @@
# Based on:
# https://github.com/danderson/netboot/blob/master/pixiecore/boot.ipxe
#
prompt --key 0x02 --timeout 2000 Press Ctrl-B for the iPXE command line... && shell ||
set attempts:int32 10
set x:int32 1