grub-cd

2010-12-10 Thread thanos migosch
Original-Nachricht Datum: Tue, 07 Dec 2010 14:53:19 +0100 Von: "thanos migosch" An: help-g...@gnu.org Betreff: cd I am missing a tutorial for making a "Grub-CD" which is useful because 1. its big enough to save your (unpacked)kernel on it. 2. Todays laptop don't have floppy d

[PATCH] background_color command

2010-12-10 Thread Colin Watson
This patch adds a background_color command to gfxterm, which is useful if you just want a simple background fill and don't want to have to worry about scaling a background image to the right size. 2010-12-10 Colin Watson * grub-core/term/gfxterm.c (grub_gfxterm_background_color_cmd): N

Re: [PATCH] gettext ll_CC -> ll fallback

2010-12-10 Thread Colin Watson
On Thu, Dec 09, 2010 at 09:55:51PM +, Colin Watson wrote: > 2010-12-09 Colin Watson > > * grub-core/gettext/gettext.c (grub_gettext_init_ext): Factor out > .mo/.mo.gz opening sequence to ... > (grub_mofile_open_lang): ... here. > (grub_gettext_init_ext): If opening l

Re: grub-cd

2010-12-10 Thread Chris Jones
On Fri, Dec 10, 2010 at 05:18:15AM EST, thanos migosch wrote: > Original-Nachricht > Datum: Tue, 07 Dec 2010 14:53:19 +0100 > Von: "thanos migosch" > An: help-g...@gnu.org > Betreff: cd > > I am missing a tutorial for making a "Grub-CD" > which is useful because > 1. its big e

Re: [PATCH] background_color command

2010-12-10 Thread Colin Watson
On Fri, Dec 10, 2010 at 12:39:42PM +, Colin Watson wrote: > This patch adds a background_color command to gfxterm, which is useful > if you just want a simple background fill and don't want to have to > worry about scaling a background image to the right size. > > 2010-12-10 Colin Watson >