Re: [PATCH] fix using grub device name as install device

2013-11-28 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 29.11.2013 07:52, Andrey Borzenkov wrote: > В Fri, 29 Nov 2013 07:27:06 +0100 > Vladimir 'φ-coder/phcoder' Serbinenko пишет: > >> On 28.11.2013 22:11, Andrey Borzenkov wrote: >>> Shell version of grub-install called grub-setup which resolved >>> install device name and called main setup routin

[RFT] Fix build problems in ntldr-img

2013-11-28 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Currently ntldr-img build fails on anything else than the most plain compile on i386 system. Attached patch improves the situation a tiny bit but build system for ntldr-img stays horrible, the worst being including of target binary in the host tool. Could someon test that this patch didn't break an

[RFT] LUA build system adjustments

2013-11-28 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Current LUA status for non-x86 is pretty horrible. Attached is a patch which fixes some of issues. Could someone test it? Testing on x86 should be enough. Could someone propose a test for LUA which could be run as part of all_functional_test if lua is compiled to avoid regressions in LUA. diff --gi

Re: [PATCH] fix using grub device name as install device

2013-11-28 Thread Andrey Borzenkov
В Fri, 29 Nov 2013 07:27:06 +0100 Vladimir 'φ-coder/phcoder' Serbinenko пишет: > On 28.11.2013 22:11, Andrey Borzenkov wrote: > > Shell version of grub-install called grub-setup which resolved > > install device name and called main setup routine. C version of > > grub-install calls main setup ro

Re: [PATCH] fix using grub device name as install device

2013-11-28 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 28.11.2013 22:11, Andrey Borzenkov wrote: > Shell version of grub-install called grub-setup which resolved > install device name and called main setup routine. C version of > grub-install calls main setup routine directly, which leads > to the error: > Do you have a reason for continuing accept

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

2013-11-28 Thread Andrey Borzenkov
В Thu, 28 Nov 2013 18:06:44 + Colin Watson пишет: > On Thu, Nov 28, 2013 at 09:22:49PM +0400, Andrey Borzenkov wrote: > > В Thu, 28 Nov 2013 02:30:56 + > > Colin Watson пишет: > > > @item GRUB_HIDDEN_TIMEOUT > > > @item GRUB_HIDDEN_TIMEOUT_QUIET > > > > I suggest removing them from us

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

2013-11-28 Thread Andrey Borzenkov
В 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 stop displaying menu. > > No, that's not true in my tests. If you hit Escap

[PATCH] fix using grub device name as install device

2013-11-28 Thread Andrey Borzenkov
Shell version of grub-install called grub-setup which resolved install device name and called main setup routine. C version of grub-install calls main setup routine directly, which leads to the error: grub2-install: info: grub-bios-setup --verbose --force --skip-fs-probe --directory='/boot/gru

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

2013-11-28 Thread Colin Watson
On Thu, Nov 28, 2013 at 09:22:49PM +0400, Andrey Borzenkov wrote: > В Thu, 28 Nov 2013 02:30:56 + > Colin Watson пишет: > > @item GRUB_HIDDEN_TIMEOUT > > @item GRUB_HIDDEN_TIMEOUT_QUIET > > I suggest removing them from user visible documentation and leaving > only as compatibility options i

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

2013-11-28 Thread 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 stop displaying menu. No, that's not true in my tests. If you hit Escape while a hidden timeout is active and GRUB_TIMEOUT is non-zero, i

Re: [PATCH v0] Require human interaction to go to normal shell if grub.cfg has a problem

2013-11-28 Thread Andrey Borzenkov
В Mon, 25 Nov 2013 15:46:48 -0800 Jon McCune пишет: > The rescue prompt is very useful for human operators, but not so > useful in unattended environments. Add a facility for rebooting > after a delay, so that, e.g., the system can still PXE boot if > there is no console attached. > > Signed-of

Re: GIT workflow

2013-11-28 Thread Andrey Borzenkov
В Thu, 28 Nov 2013 07:45:00 +0100 "Vladimir 'phcoder' Serbinenko" пишет: > I don't like the idea of double work to essentially have 2 commit messages. > But it's possible to remove Changelog file. I'd like to know if any other > major gnu projects made the move. Oh, I did not dare to ask but if

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

2013-11-28 Thread Andrey Borzenkov
В Thu, 28 Nov 2013 02:30:56 + Colin Watson пишет: > @item GRUB_HIDDEN_TIMEOUT > @item GRUB_HIDDEN_TIMEOUT_QUIET I suggest removing them from user visible documentation and leaving only as compatibility options in grub-mkconfig. No reason do endorse their usage ("deprecated" is usually was

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

2013-11-28 Thread Andrey Borzenkov
В Thu, 28 Nov 2013 11:04:28 + Colin Watson пишет: > On Thu, Nov 28, 2013 at 07:19:46AM +0100, Vladimir 'phcoder' Serbinenko wrote: > > On Nov 28, 2013 3:31 AM, "Colin Watson" wrote: > > > +If this option is set to @samp{countdown} or @samp{hidden}, then, before > > > +displaying the menu, GR

Re: PATCH: added GRUB command to get and set (U)EFI firmware variables

2013-11-28 Thread SevenBits
On Wednesday, November 27, 2013, Vladimir 'φ-coder/phcoder' Serbinenko wrote: > On 27.11.2013 19:57, Andrey Borzenkov wrote: > > В Wed, 27 Nov 2013 13:44:41 -0500 > > SevenBits > пишет: > > > >> -BEGIN PGP SIGNED MESSAGE- > >> Hash: SHA1 > > > >> On 11/25/2013 07:22 PM, Vladimir 'φ-coder/p

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

2013-11-28 Thread Vladimir 'φ-coder/phcoder' Serbinenko
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: >>> +If this option is set to @samp{countdown} or @samp{hidden}, then, before >>> +displaying the menu, GRUB will wait for the

Re: [Xen-devel] pvgrub2 is merged

2013-11-28 Thread Vladimir 'φ-coder/phcoder' Serbinenko
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, Vladimir 'φ-coder/phcoder' Serbinenko ha scritto: On 27.11.2013 16:59, Fabio Fantoni wrote: > Il 27/11/201

Re: [PATCH] Ignore symlink traversal failures in grub-mount readdir

2013-11-28 Thread Andrey Borzenkov
В Sun, 10 Mar 2013 14:01:53 +0100 Vladimir 'φ-coder/phcoder' Serbinenko пишет: > On 09.03.2013 17:47, Andrey Borzenkov wrote: > > > В Fri, 12 Oct 2012 17:09:54 +0100 > > Colin Watson пишет: > > > >> This is very much a temporary hack, so I'm sending it here for > >> discussion rather than just

Re: [PATCH 2/2] ls core command: handle listing of the root directory

2013-11-28 Thread Andrey Borzenkov
В Thu, 28 Nov 2013 07:31:54 +0100 "Vladimir 'phcoder' Serbinenko" пишет: > this very confusing with 2 opposite patches in same mail. I don't have my > keys here. Feel free to commit documentation patch. If you commit on > Francesco's behalf don't forget --author Done. > On Nov 27, 2013 7:42 PM,

Re: [Xen-devel] pvgrub2 is merged

2013-11-28 Thread Fabio Fantoni
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, Vladimir 'φ-coder/phcoder' Serbinenko ha scritto: On 27.11.2013 16:59, Fabio Fantoni wrote: Il 27/11/2013 12:50, Vladimir 'φ-coder/phcoder' Serbinenko ha scritto: Th

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

2013-11-28 Thread Colin Watson
On Thu, Nov 28, 2013 at 07:19:46AM +0100, Vladimir 'phcoder' Serbinenko wrote: > On Nov 28, 2013 3:31 AM, "Colin Watson" wrote: > > +If this option is set to @samp{countdown} or @samp{hidden}, then, before > > +displaying the menu, GRUB will wait for the timeout set by > > +@samp{GRUB_TIMEOUT} to