Stephane Eranian (eranian@frankl.hpl.hp.com) said: > This version of the gnu-efi package includes a new version of the boot loader > which represents the merge of ELI and LILO into ELILO. > Most features of each have been merged. This means that ELI's config > file (a la LILO/ia-32) is supported, for instance. > > Support and development on the bootloader will now focus on this new version. A few ELILO patches - one bugfix: - elilo-makefile.patch Tweaks the dependency rules in the Makefile so it will rebuild OK if you change one file. one behavior change: - elilo-image.patch Appends extra command-line parameters to any image parameters, instead of overriding all of them. Overriding things like 'ro' or 'root=' should still work, AFAIK. and two things catering to my personal preferences :) : - elilo-query.patch Makes the '-q' behavior the default, and adds a '-Q' to turn on querying. - elilo-verbosity.patch Wraps many messages with 'if (elilo_opt.verbose)'; also turns off the timeout if an image was specified on the command line Comments? Bill