david/ipxe
david
/
ipxe
Archived
1
0
Fork 0
This repository has been archived on 2020-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
ipxe/src/image
Michael Brown 4f3bab1a55 [image] Allow for zero embedded images
Having a default script containing

  #!gpxe
  autoboot

can cause problems when entering commands to load and start a kernel
manually; the default script image will still be present when the
kernel is started and so will be treated as an initrd.  It is possible
to work around this by typing "imgfree" before any other commands, but
this is counter-intuitive.

Fix by allowing the embedded image list to be empty (in which case we
just call autoboot()), and making this the default.

Reported by alkisg@gmail.com.
2009-02-24 05:57:56 +00:00
..
efi_image.c [efi] Add efi_strerror() 2008-11-19 19:22:49 +00:00
elf.c [i386] Change [u]int32_t to [unsigned] int, rather than [unsigned] long 2008-11-19 19:15:44 +00:00
embedded.c [image] Allow for zero embedded images 2009-02-24 05:57:56 +00:00
script.c [comboot] Allow for tail recursion of COMBOOT images 2009-02-17 00:47:35 +00:00
segment.c [pcbios] Add extra debugging messages relating to the system memory map 2008-09-07 21:38:41 +01:00