2009-05-16 Bean <bean123ch@gmail.com>
* include/grub/kernel.h (grub_module_header_types): Add type OBJ_TYPE_CONFIG. * kern/main.c (grub_load_config): New function. (grub_main): Call grub_load_config to read boot config. * grub-mkimage (generate_image): New parameter config_path. (options): New option --config. (main): Parse --config option, and pass it to generate_image.
This commit is contained in:
parent
5cb5c9c210
commit
5e898c9d71
4 changed files with 70 additions and 4 deletions
12
ChangeLog
12
ChangeLog
|
@ -1,3 +1,15 @@
|
|||
2009-05-16 Bean <bean123ch@gmail.com>
|
||||
|
||||
* include/grub/kernel.h (grub_module_header_types): Add type
|
||||
OBJ_TYPE_CONFIG.
|
||||
|
||||
* kern/main.c (grub_load_config): New function.
|
||||
(grub_main): Call grub_load_config to read boot config.
|
||||
|
||||
* grub-mkimage (generate_image): New parameter config_path.
|
||||
(options): New option --config.
|
||||
(main): Parse --config option, and pass it to generate_image.
|
||||
|
||||
2009-05-14 Christian Franke <franke@computer.org>
|
||||
|
||||
* commands/i386/pc/drivemap_int13h.S: Add missing EXT_C for symbols.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue