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 t
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;
>> +}
>> + */
>>
>
> Uh
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.
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
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.
>
> Gr
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
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
* conf/common.rmk: Add grub-gettext_lib target, de
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` --output=/tm
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! Tha
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 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/over
Am Samstag, den 21.11.2009, 10:17 -0800 schrieb Colin D Bennett:
> On Sat, 21 Nov 2009 16:43:57 +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/ov
On Sat, 21 Nov 2009 16:43:57 +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
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 abou
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
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
* util/getroot.c: [__GNU__] Include , , an
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
> > over
On Sat, Nov 21, 2009 at 12:39:53PM +0100, Vladimir 'φ-coder/phcoder' Serbinenko
wrote:
> Why do you need copying at all? mkisofs supports taking source files
> from multiple directories:
You're right. I remove the hardlink hack then.
--
Robert Millan
The DRM opt-in fallacy: "Your data belon
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
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,
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 instead of /boot on iso
for me too. Yesterday I did then:
./grub-mkrescue -o g
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-
21 matches
Mail list logo