parent
6a4d7e49dc
commit
64cdcfed2c
4 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2006-01-09 Brett Johnson <brett@hp.com>
|
||||
* Released 3.6
|
||||
2005-12-22 Alex Williamson <alex.williamson@hp.com>
|
||||
* Fixed vmcode_name initialization in textmenu chooser
|
||||
2005-12-01 Alex Williamson <alex.williamson@hp.com>
|
||||
* Applied patch from Fred Yang <fred.yang@intel.com> to support the
|
||||
vmm= boot option. This option specifies the kernel image for a
|
||||
|
|
|
@ -383,7 +383,7 @@ textmenu_choose(CHAR16 **argv, INTN argc, INTN index, CHAR16 *kname, CHAR16 *cmd
|
|||
nlabels++;
|
||||
}
|
||||
restart:
|
||||
initrd_name[0] = kname[0] = cmdline[0] = args[0] = CHAR_NULL;
|
||||
vmcode_name[0] = initrd_name[0] = kname[0] = cmdline[0] = args[0] = CHAR_NULL;
|
||||
|
||||
/* reset per image loader options */
|
||||
Memset(&elilo_opt.img_opt, 0, sizeof(elilo_opt.img_opt));
|
||||
|
@ -401,7 +401,7 @@ restart:
|
|||
if (elilo_opt.alt_check && alternate_kernel(PromptBuf, sizeof(PromptBuf)) == 0) {
|
||||
argc = argify(PromptBuf,sizeof(PromptBuf), argv);
|
||||
index = 0;
|
||||
label[0] = args[0] = initrd_name[0] = 0;
|
||||
label[0] = args[0] = initrd_name[0] = vmcode_name[0] = 0;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
BIN
elilo-ia32.efi
Normal file
BIN
elilo-ia32.efi
Normal file
Binary file not shown.
BIN
elilo-ia64.efi
BIN
elilo-ia64.efi
Binary file not shown.
Loading…
Reference in a new issue