[PATCH] use light-gray as default color in normal.mod for consistency

2013-11-29 Thread Andrey Borzenkov
As we are in clean up stage ... annoyed me for quite some time. Defalut font color on PC console seems to be light-gray; this is what user also gets in rescue prompt and what is defined as GRUB_TERM_DEFAULT_NORMAL_COLOR. But normal.mod defaults to white. This makes unpleasant visual effect as colo

[PATCH] fix use of grub-probe instead of ${grub_probe}

2013-11-29 Thread Andrey Borzenkov
--- util/grub.d/30_os-prober.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/grub.d/30_os-prober.in b/util/grub.d/30_os-prober.in index 3d1b938..0470e66 100644 --- a/util/grub.d/30_os-prober.in +++ b/util/grub.d/30_os-prober.in @@ -112,7 +112,7 @@ for OS in ${OSPROBED}

Re: [Xen-devel] pvgrub2 is merged

2013-11-29 Thread Fabio Fantoni
Il 28/11/2013 15:17, Fabio Fantoni ha scritto: Il 28/11/2013 15:05, Vladimir 'φ-coder/phcoder' Serbinenko ha scritto: On 28.11.2013 14:07, Fabio Fantoni wrote: Il 27/11/2013 18:35, Andrey Borzenkov ha scritto: В Wed, 27 Nov 2013 17:24:53 +0100 Fabio Fantoni пишет: Il 27/11/2013 17:03, Vladim

Re: pvgrub2 is merged

2013-11-29 Thread Colin Watson
On Sat, Nov 09, 2013 at 09:52:20PM +0100, Vladimir 'φ-coder/phcoder' Serbinenko wrote: > Hello, all. pvgrub2 has just became part of upstream grub as ports > i386-xen and x86_64-xen. Could anyone offer packaging advice for which ports should be built here? Is it reasonable to assume that a 32-bi

[PATCH] Fix grub-shell to avoid breaking "make distcheck"

2013-11-29 Thread Colin Watson
Copying the themes directory in grub-shell isn't parallel-test-friendly and breaks on the second test when the source directory is read-only (as in "make distcheck"). Instead, add a --themes-directory option to grub-mkrescue et al, and use it in grub-shell. --- ChangeLog | 8 ++

Re: Broken gfxterm_menu tests

2013-11-29 Thread Colin Watson
On Mon, Nov 18, 2013 at 06:00:59PM +, Colin Watson wrote: > On Mon, Nov 18, 2013 at 05:10:13PM +0100, Vladimir 'φ-coder/phcoder' > Serbinenko wrote: > > Colin Watson wrote: > > > Is this specific to my environment, or is it happening for everyone? In > > > the latter case I guess the checksum

Re: [RFC][PATCH] Allow hotkeys to interrupt hidden menu

2013-11-29 Thread Colin Watson
On Fri, Nov 29, 2013 at 10:17:26AM +0400, Andrey Borzenkov wrote: > В Thu, 28 Nov 2013 18:05:37 + > Colin Watson пишет: > > On Thu, Nov 28, 2013 at 09:20:17PM +0400, Andrey Borzenkov wrote: > > > Not only. If you hit ESC it will not "wait for input according to > > > GRUB_TIMEOUT" - it will st

Re: [RFC][PATCH] Allow hotkeys to interrupt hidden menu

2013-11-29 Thread Colin Watson
On Thu, Nov 28, 2013 at 03:08:53PM +0100, Vladimir 'φ-coder/phcoder' Serbinenko wrote: > On 28.11.2013 12:04, Colin Watson wrote: > > On Thu, Nov 28, 2013 at 07:19:46AM +0100, Vladimir 'phcoder' Serbinenko > > wrote: > >> On Nov 28, 2013 3:31 AM, "Colin Watson" wrote: > >>> + GRUB_TIMEOUT_STYLE

Re: [RFC][PATCH] Allow hotkeys to interrupt hidden menu

2013-11-29 Thread Andrey Borzenkov
В Fri, 29 Nov 2013 16:18:45 + Colin Watson пишет: > This variable is often set by @samp{GRUB_TIMEOUT} or > @samp{GRUB_HIDDEN_TIMEOUT} (@pxref{Simple configuration}). > +Some laptop vendors provide an additional power-on button which boots > +another OS. GRUB supports such buttons with the

[PATCH] add grub_qsort_strcmp to use when sorting array of strings

2013-11-29 Thread Andrey Borzenkov
Compare function used in qsort gets arguments by reference, so strcmp cannot be used directly - it expects pointer to char, but gets pointer to pointer to char. Introduce new helper grub_qsort_strcmp and use it in grub-install. This helper is going to be used in a couple more places as well so add

Re: [RFC][PATCH] Allow hotkeys to interrupt hidden menu

2013-11-29 Thread Colin Watson
On Fri, Nov 29, 2013 at 08:56:03PM +0400, Andrey Borzenkov wrote: > В Fri, 29 Nov 2013 16:18:45 + > Colin Watson пишет: > > +Some laptop vendors provide an additional power-on button which boots > > +another OS. GRUB supports such buttons with the > > @samp{GRUB_TIMEOUT_BUTTON}, > > +@samp{G

[PATCH] document sleep command exit codes

2013-11-29 Thread Andrey Borzenkov
> "sleep --interruptible" returns true (i.e. 0) > if and only if the timeout expires *without* being interrupted, This should not require digging in sources ... --- docs/grub.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/grub.texi b/doc

Re: pvgrub2 is merged

2013-11-29 Thread Andrey Borzenkov
В Fri, 29 Nov 2013 13:24:22 + Colin Watson пишет: > On Sat, Nov 09, 2013 at 09:52:20PM +0100, Vladimir 'φ-coder/phcoder' > Serbinenko wrote: > > Hello, all. pvgrub2 has just became part of upstream grub as ports > > i386-xen and x86_64-xen. > > Could anyone offer packaging advice for which

Re: 2.02 Release roadmap

2013-11-29 Thread Andrey Borzenkov
В Mon, 25 Nov 2013 18:58:09 +0100 Vladimir 'φ-coder/phcoder' Serbinenko пишет: > - Andrey's inline inode patch > Should I commit it? I will be off next week and not sure how much time I will have over next week until 16 December. signature.asc Description: PGP signature __

Re: pvgrub2 is merged

2013-11-29 Thread Colin Watson
On Fri, Nov 29, 2013 at 09:44:27PM +0400, Andrey Borzenkov wrote: > В Fri, 29 Nov 2013 13:24:22 + > Colin Watson пишет: > > On Sat, Nov 09, 2013 at 09:52:20PM +0100, Vladimir 'φ-coder/phcoder' > > Serbinenko wrote: > > > Hello, all. pvgrub2 has just became part of upstream grub as ports > > >