A. Am Samstag, den 14.02.2009, 22:46 +0800 schrieb Bean: > If there is no objection, I'd commit this patch in a few days.
Hello Bean, if you want to drop termin_input and terminal_output command then please don't forget to update util/grub.d/00_header.in +GRUB_MOD_INIT(handler) +{ + (void)mod; /* To stop warning. */ + grub_register_command ("handler", grub_cmd_handler, GRUB_COMMAND_FLAG_BOTH, + "handler [class [handler]]", + "List or select a handler", 0); +} + +GRUB_MOD_FINI(handler) +{ + grub_unregister_command ("hello"); +} This should probable be grub_unregister_command ("handler"). -- Felix Zielcke _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel