]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[multiboot] Include full image URI in command line
authorMichael Brown <mcb30@ipxe.org>
Sat, 14 Apr 2012 23:15:41 +0000 (00:15 +0100)
committerMichael Brown <mcb30@ipxe.org>
Sat, 14 Apr 2012 23:38:43 +0000 (00:38 +0100)
commitd11b82f0e401ca6499e590fa348c8dbd67bc1d40
tree90fb07d90db7e70737add6992d25de8831df6f8e
parentcc288dc0f88e6b3aa578073ffb7566db50920f08
[multiboot] Include full image URI in command line

Solaris kernels seem to rely on having the full kernel path present in
the multiboot command line; if only the kernel name is present then
the boot fails with the error message

  krtld: failed to open 'unix'

Debugged-by: Michael Brown <mcb30@ipxe.org>
Debugged-by: Scott McWhirter <scottm@joyent.com>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/arch/i386/image/multiboot.c