mirror of
https://github.com/ipxe/ipxe
synced 2025-12-26 17:42:47 +03:00
[lkrnprefix] Fix lost command line passed by grub
iPXE specifies a value of 0 for cmdline_size, causing GRUB to not pass in a command line. Fix by setting cmdline_size to the maximum value of 2047. Signed-off-by: Valentine Barshak <gvaxon@gmail.com> Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
committed by
Michael Brown
parent
24b62e0e1e
commit
8a86a848dc
@@ -160,7 +160,7 @@ relocatable_kernel:
|
||||
pad2:
|
||||
.byte 0, 0, 0
|
||||
cmdline_size:
|
||||
.long 0
|
||||
.long 0x7ff
|
||||
hardware_subarch:
|
||||
.long 0
|
||||
hardware_subarch_data:
|
||||
|
||||
Reference in New Issue
Block a user