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:
Tatsuki Makino 2024-09-30 15:41:42 -04:00 committed by John Baldwin
parent 7589f9bb75
commit 09cfc202bc

View file

@ -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