Proposition for Add-on

2013-12-01 Thread Michel Benoit
Hi! I’ve d develop an internal command for grub to help the administrators of pool of dual boot machine. The problem: We have class with near 100 computers in dual boot, under windows we have a maintenance period in the night to automatically install update. For that, in grub we put Windows

Re: Proposition for Add-on

2013-12-01 Thread SevenBits
The way things like this are usually done on mailing lists like this one are that you post a patch file containing the changes that you have made to the entire project, not simply the source file you want included. There are special commands for this, which you can find on the Internet. You also ty

Re: Proposition for Add-on

2013-12-01 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 02.12.2013 01:11, Michel Benoit wrote: > Hi! > > I’ve d develop an internal command for grub to help the administrators > of pool of dual boot machine. > > The problem: We have class with near 100 computers in dual boot, under > windows we have a maintenance period in the night to automaticall

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

2013-12-01 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 30.11.2013 11:59, Andrey Borzenkov wrote: > В Sat, 30 Nov 2013 11:39:12 +0100 > Vladimir 'φ-coder/phcoder' Serbinenko пишет: > >> On 29.11.2013 18:01, Andrey Borzenkov wrote: >>> Compare function used in qsort gets arguments by reference, so strcmp >>> cannot be used directly - it expects poin

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

2013-12-01 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 29.11.2013 15:12, Colin Watson wrote: > 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 > g

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

2013-12-01 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Go ahead. On 29.11.2013 09:18, Andrey Borzenkov wrote: > --- > 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