Re: grub-mkrescue and hard links

2009-11-21 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Robert Millan wrote: On Thu, Nov 19, 2009 at 10:22:57PM +, Carles Pina i Estany wrote: Hello, grub-mkrescue is trying to execute cp -dpRl (l for link). If the origin and destination directories are in different file systems this fails. One of the purposes of grub-mkrescue is

Re: gfxmenu available in experimental

2009-11-21 Thread Robert Millan
On Fri, Nov 20, 2009 at 11:17:51PM +0100, Vladimir 'φ-coder/phcoder' Serbinenko wrote: Hello, all. After various delays with various cause I'm proud to announce the availability of Colin's gfxmenu into experimental branch of grub2. Very nice! Thanks Vladimir for reviewing this; and Colin,

Re: grub-mkrescue and hard links

2009-11-21 Thread Robert Millan
On Sat, Nov 21, 2009 at 01:54:36AM +, Carles Pina i Estany wrote: Find attached a second patch that lets the user to specify where the utilities are. Committed, with some adjustments. Notably, I unified both options into a single one, and (intentionally) left it undocumented. You can

Re: grub-mkrescue and hard links

2009-11-21 Thread Robert Millan
On Sat, Nov 21, 2009 at 11:50:51AM +, Carles Pina i Estany wrote: Hello, On Nov/21/2009, Vladimir '??-coder/phcoder' Serbinenko wrote: On a side note: when I did: ./grub-mkrescue -o grub.iso overlay it added a directory named overlay to iso. E.g: I had a folder overlay/boot

[PATCH,HURD] Make grub-probe work on GNU/Hurd

2009-11-21 Thread Samuel Thibault
Hello, After discussions between Hurd developers, here is a patch to implement grub_guess_root_device() natively by directly asking the fs translator. This is the last bit needed to get grub-install working. Samuel 2009-11-21 Samuel Thibault samuel.thiba...@ens-lyon.org *

Re: gfxmenu available in experimental

2009-11-21 Thread Robert Millan
On Fri, Nov 20, 2009 at 11:17:51PM +0100, Vladimir 'φ-coder/phcoder' Serbinenko wrote: Example menu is available at http://grub.gibibit.com/files/overlay_2009-07-19.tar.gz Colin, we would need to know more details about the theme support files. Are all the theme files in that tarball written

Re: gfxmenu available in experimental

2009-11-21 Thread Robert Millan
On Sat, Nov 21, 2009 at 04:43:57PM +0100, Robert Millan wrote: On Fri, Nov 20, 2009 at 11:17:51PM +0100, Vladimir 'φ-coder/phcoder' Serbinenko wrote: Example menu is available at http://grub.gibibit.com/files/overlay_2009-07-19.tar.gz Colin, we would need to know more details about the

Re: gfxmenu available in experimental

2009-11-21 Thread Colin D Bennett
On Sat, 21 Nov 2009 16:43:57 +0100 Robert Millan r...@aybabtu.com wrote: On Fri, Nov 20, 2009 at 11:17:51PM +0100, Vladimir 'φ-coder/phcoder' Serbinenko wrote: Example menu is available at http://grub.gibibit.com/files/overlay_2009-07-19.tar.gz Colin, we would need to know more details

Re: gfxmenu available in experimental

2009-11-21 Thread Felix Zielcke
Am Samstag, den 21.11.2009, 10:17 -0800 schrieb Colin D Bennett: On Sat, 21 Nov 2009 16:43:57 +0100 Robert Millan r...@aybabtu.com wrote: On Fri, Nov 20, 2009 at 11:17:51PM +0100, Vladimir 'φ-coder/phcoder' Serbinenko wrote: Example menu is available at

Re: gfxmenu available in experimental

2009-11-21 Thread Robert Millan
On Sat, Nov 21, 2009 at 10:17:01AM -0800, Colin D Bennett wrote: On Sat, 21 Nov 2009 16:43:57 +0100 Robert Millan r...@aybabtu.com wrote: On Fri, Nov 20, 2009 at 11:17:51PM +0100, Vladimir 'φ-coder/phcoder' Serbinenko wrote: Example menu is available at

Re: gfxmenu available in experimental

2009-11-21 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Robert Millan wrote: On Fri, Nov 20, 2009 at 11:17:51PM +0100, Vladimir 'φ-coder/phcoder' Serbinenko wrote: Hello, all. After various delays with various cause I'm proud to announce the availability of Colin's gfxmenu into experimental branch of grub2. Very nice! Thanks Vladimir

merging of gettext branch

2009-11-21 Thread Carles Pina i Estany
Hello, My gettext branch: bzr.savannah.gnu.org/srv/bzr/grub/people/cpina/gettext/ Is currently synchronized with Robert's changes and working. To test it I usually do: - cp po/ca.mo ../img/boot/grub/locale rm /tmp/grub-rescue-cdrom.iso ./grub-mkrescue --override-directory=`pwd`

Re: merging of gettext branch

2009-11-21 Thread Carles Pina i Estany
Hi, On Nov/21/2009, Carles Pina i Estany wrote: My gettext branch: bzr.savannah.gnu.org/srv/bzr/grub/people/cpina/gettext/ If the branch wants to be merged I suggest to use this ChangeLog: -MM-DD Carles Pina i Estany car...@pina.cat * conf/common.rmk: Add

Re: merging of gettext branch

2009-11-21 Thread Robert Millan
On Sat, Nov 21, 2009 at 09:27:12PM +, Carles Pina i Estany wrote: Hello, My gettext branch: bzr.savannah.gnu.org/srv/bzr/grub/people/cpina/gettext/ Is currently synchronized with Robert's changes and working. Great. Could you please attach it as a patch? This makes it easier to

Re: merging of gettext branch

2009-11-21 Thread Carles Pina i Estany
Hello, On Nov/21/2009, Robert Millan wrote: On Sat, Nov 21, 2009 at 09:27:12PM +, Carles Pina i Estany wrote: Hello, My gettext branch: bzr.savannah.gnu.org/srv/bzr/grub/people/cpina/gettext/ Is currently synchronized with Robert's changes and working. Great. Could you

people vs branches

2009-11-21 Thread Robert Millan
Hi, Just a few quick notes about people and branches directories: - people is for private stuff you don't want anyone else to touch. - branches is for shared trees you'd like other developers to collaborate with. - they're not mutually exclussive. it might make sense to branch off

Re: merging of gettext branch

2009-11-21 Thread Robert Millan
On Sat, Nov 21, 2009 at 10:14:10PM +, Carles Pina i Estany wrote: @@ -179,7 +185,7 @@ pkglib_MODULES += fshelp.mod fat.mod ufs1.mod ufs2.mod ext2.mod ntfs.mod \ ntfscomp.mod minix.mod hfs.mod jfs.mod iso9660.mod xfs.mod \ affs.mod sfs.mod hfsplus.mod reiserfs.mod cpio.mod

Re: merging of gettext branch

2009-11-21 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Robert Millan wrote: + /* + Do we want .mo.gz files? Then, the code: + file = grub_gzio_open (io, 0); // 0: transparent + if (! file) +{ + grub_printf(Problems opening the file\n); + grub_file_close (io); + return 0; +} + */ Uhm I wonder if we could

Re: merging of gettext branch

2009-11-21 Thread Robert Millan
On Sun, Nov 22, 2009 at 12:18:35AM +0100, Vladimir 'φ-coder/phcoder' Serbinenko wrote: If it doesn't hurt to support them, then we should. BTW it's file = grub_gzfile_open (argv[0], 1); actually. But what with seeking in .gz ? Is it efficient? Let's enable it in the code, but not make the