+2010-01-18 Robert Millan <rmh.grub@aybabtu.com>
+
+ * loader/i386/efi/linux.c (grub_cmd_linux): Stop pretending we're
+ ELILO. This is no longer necessary.
+
2010-01-18 BVK Chaitanya <bvk.groups@gmail.com>
Added new tool, grub-scrit-check to verify grub.cfg syntax.
/*
* GRUB -- GRand Unified Bootloader
- * Copyright (C) 2006,2007,2008,2009 Free Software Foundation, Inc.
+ * Copyright (C) 2006,2007,2008,2009,2010 Free Software Foundation, Inc.
*
* GRUB is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
goto fail;
}
- /* XXX Linux assumes that only elilo can boot Linux on EFI!!! */
- params->type_of_loader = (LINUX_LOADER_ID_ELILO << 4);
+ params->type_of_loader = (LINUX_LOADER_ID_GRUB << 4);
params->cl_magic = GRUB_LINUX_CL_MAGIC;
params->cl_offset = 0x1000;