opengnsys_ipxe/src/hci
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
..
commands [image] Allow for zero embedded images 2009-02-24 05:57:56 +00:00
mucurses [editbox] Allow for password widgets that do not display their contents 2009-02-17 11:55:55 +00:00
tui [login] Add "login" command and UI 2009-02-17 12:02:16 +00:00
editstring.c __nonnull changes 2007-08-20 00:32:36 +02:00
readline.c __nonnull changes 2007-08-20 00:34:04 +02:00
shell.c Print multiple commands per line in help 2007-08-03 01:03:21 +01:00
shell_banner.c [cmdline] Minor tidy-ups to shell_banner.c 2008-07-24 20:00:43 +01:00
strerror.c [iSCSI] Produce meaningful errors on login failure 2008-06-03 23:47:20 +01:00