mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
btx: Align the PXE prompt with other options
To fit within in the same space, drop the newline before the PXE
prompt to make room for the additional space character.
PR: 281494
(cherry picked from commit 4fa4693dcd)
This commit is contained in:
parent
7589f9bb75
commit
09cfc202bc
1 changed files with 1 additions and 1 deletions
|
|
@ -581,7 +581,7 @@ intx13: # Prepare CHS parameters
|
|||
*/
|
||||
prompt:
|
||||
#ifdef PXE
|
||||
.ascii "\nF6 PXE\r"
|
||||
.ascii "F6 PXE\r"
|
||||
#endif
|
||||
.ascii "\nBoot:"
|
||||
item: .ascii " "; .byte ' '|0x80
|
||||
|
|
|
|||
Loading…
Reference in a new issue