Re: [PATCHv3] a new filesystem module for nilfs2

2010-04-18 Thread Jiro SEKIBA
Hi, Thank you very much for the comments! I revised the patch to reflect the comments. + { + grub_error(GRUB_ERR_BAD_FS,btree corruption\n); + return -1; + } What do you think about possible fallback to iterate over all nodes in case of fs corruption? The case that

Re: How to prepare an ISO 9660 CD for booting via GRUB ?

2010-04-18 Thread Thomas Schmitt
Hi, Ok, legacy :(. But --efi-boot would have no legacy. --efi-boot will be all at your service. :)) The more definite your wishes, the more swift their implementation. Maybe we should call it --efi-grub-boot just to make clear whom it cares for ? Shall the --efi* option have any influence on

Re: How to prepare an ISO 9660 CD for booting via GRUB ?

2010-04-18 Thread Thomas Schmitt
Hi, i have to correct myself: The boot catalog of grub-mkrescue has no ISO-path anyway (no option -c). There is a boot catalog path in grub-mkrescue. -c /boot/grub/i386-pc/boot_catalog Have a nice day :) Thomas ___ Grub-devel mailing list

[PATCH] Remove grub_get_prefix()

2010-04-18 Thread Christian Franke
This patch removes grub_get_prefix() and replaces the two remaining calls with make_system_path_relative_to_its_root(). Already discussed in thread [PATCH] Fix Cygwin path handling. Change in util/grub-emu.c was tested, but not the change in util/sparc64/ieee1275/grub-setup.c. -- Regards,