Re: xorriso and EFI boot images

2010-04-25 Thread Thomas Schmitt
Hi, Vladimir Serbinenko: I've tested xorriso version : 0.5.5 Version timestamp : 2010.04.22.221241 and it worked fine. So my Sector Count unit of 512 bytes is ok until other info emerges. (The Fedora wiki gave me doubts.) I am busily refactoring the xorriso level of boot options. This

Re: [PATCH] Remove grub_get_prefix()

2010-04-25 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Applied Christian Franke wrote: 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

Re: [PATCHv3] a new filesystem module for nilfs2

2010-04-25 Thread Jiro SEKIBA
Hi, At Sat, 24 Apr 2010 22:12:52 +0200, Vladimir 'φ-coder/phcoder' Serbinenko wrote: Committed. One question: Thank you! + .reserved_first_sector = 1, This line claims that overwriting first sector of nilfs won't destroy any data or metadata. Is it so? Oh, that is the one I copied

Re: [PATCH] Fix Cygwin path handling

2010-04-25 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Christian Franke wrote: The Cywin path handling is broken since make_system_path_relative_to_its_root() functionality was moved from the lib script to misc.c. This patch should fix this. It reuses the Cygwin specific code from getroot.c:grub_get_prefix() which apparently is a different