Re: [PATCH] 30_os-prober: add $onstr ot top level Linux entries too

2013-04-06 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 05.04.2013 09:30, Andrey Borzenkov wrote: > This fixes two issues > > 1. It visually distinguishes between multiple installations of the > same OS version. Currently all of them get identical titles. > I don't know how "speaking" the device names are in practice. They are not stable and what

Re: [PATCH] docs/grub-dev.texi: Fix out of place @itemize and fix makeinfo warnings

2013-04-06 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 04.04.2013 22:19, Bryan Hundven wrote: > In @node Bitmap_API, @itemize is not in the @subsection, and causes makeinfo > to return 1. I wasn't able to reproduce this. At all. > Fix this and move sections in the texi to match the menu order to get rid of > the warnings. > It's better to cha

Re: [PATCH] reimplement grub-reboot to nor depend on GRUB_DEFAULT=saved

2013-04-06 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 30.01.2013 10:08, Andrey Borzenkov wrote: > + savenev next_entry > + savenev next_entry Have you actually tested this patch? This is not a correct comand name. signature.asc Description: OpenPGP digital signature ___ Grub-devel mailing list Gr

Re: [PATCH] docs/grub-dev.texi: Fix out of place @itemize and fix makeinfo warnings

2013-04-06 Thread Bryan Hundven
On Apr 6, 2013, at 12:49 PM, Vladimir 'φ-coder/phcoder' Serbinenko wrote: > On 04.04.2013 22:19, Bryan Hundven wrote: > >> In @node Bitmap_API, @itemize is not in the @subsection, and causes makeinfo >> to return 1. > > I wasn't able to reproduce this. At all. I got this issue with texinfo-5

Re: [PATCH] docs/grub-dev.texi: Fix out of place @itemize and fix makeinfo warnings

2013-04-06 Thread Bryan Hundven
On Apr 6, 2013, at 12:58 PM, Bryan Hundven wrote: > On Apr 6, 2013, at 12:49 PM, Vladimir 'φ-coder/phcoder' Serbinenko > wrote: > >> On 04.04.2013 22:19, Bryan Hundven wrote: >> >>> In @node Bitmap_API, @itemize is not in the @subsection, and causes >>> makeinfo to return 1. >> >> I wasn't

Re: [PATCH] docs/grub-dev.texi: Fix out of place @itemize and fix makeinfo warnings

2013-04-06 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 06.04.2013 21:58, Bryan Hundven wrote: > On Apr 6, 2013, at 12:49 PM, Vladimir 'φ-coder/phcoder' Serbinenko > wrote: > >> On 04.04.2013 22:19, Bryan Hundven wrote: >> >>> In @node Bitmap_API, @itemize is not in the @subsection, and causes >>> makeinfo to return 1. >> >> I wasn't able to rep

Re: [PATCH] docs/grub-dev.texi: Fix out of place @itemize and fix makeinfo warnings

2013-04-06 Thread Bryan Hundven
On Apr 6, 2013, at 1:11 PM, Vladimir 'φ-coder/phcoder' Serbinenko wrote: > On 06.04.2013 21:58, Bryan Hundven wrote: > >> On Apr 6, 2013, at 12:49 PM, Vladimir 'φ-coder/phcoder' Serbinenko >> wrote: >> >>> On 04.04.2013 22:19, Bryan Hundven wrote: >>> In @node Bitmap_API, @itemize is n

[PATCH] add elfXX.c as extra_dist to grub-core/Makefile.core.def

2013-04-06 Thread Andrey Borzenkov
[ 327s] gcc -E -DGRUB_LST_GENERATOR -Dgrub_fs_register=FS_LIST_MARKER -Dgrub_video_register=VIDEO_LIST_MARKER -Dgrub_parttool_register=PARTTOOL_LIST_MARKER -Dgrub_partition_map_register=PARTMAP_LIST_MARKER \ '-Dgrub_term_register_input(...)=INPUT_TERMINAL_LIST_MARKER(__VA_ARGS__)' '-Dgrub_term

Re: [PATCH] docs/grub-dev.texi: Fix out of place @itemize and fix makeinfo warnings

2013-04-06 Thread Bryan Hundven
On Apr 6, 2013, at 1:13 PM, Bryan Hundven wrote: > On Apr 6, 2013, at 1:11 PM, Vladimir 'φ-coder/phcoder' Serbinenko > wrote: > >> On 06.04.2013 21:58, Bryan Hundven wrote: >> >>> On Apr 6, 2013, at 12:49 PM, Vladimir 'φ-coder/phcoder' Serbinenko >>> wrote: >>> On 04.04.2013 22:19, B

autogen.sh from bzr failed : configure.ac:382: error: expected source file, required through AC_LIBSOURCES, not found

2013-04-06 Thread Daniel Kahn Gillmor
hi grub folk-- I'm trying to build grub from the current bzr head on a powerpc64 debian unstable system. I'm afraid i'm getting stuck right at the beginning, as i try to autogen: 0 dkg@reason:~/src/grub/grub$ ./autogen.sh Importing unicode... Importing libgcrypt... Creating Makefile.tpl... Runn

Re: autogen.sh from bzr failed : configure.ac:382: error: expected source file, required through AC_LIBSOURCES, not found

2013-04-06 Thread Andrey Borzenkov
В Sun, 07 Apr 2013 00:04:08 -0400 Daniel Kahn Gillmor пишет: > hi grub folk-- > > I'm trying to build grub from the current bzr head on a powerpc64 debian > unstable system. I'm afraid i'm getting stuck right at the beginning, > as i try to autogen: > > 0 dkg@reason:~/src/grub/grub$ ./autogen.

Re: [PATCH] 30_os-prober: add $onstr ot top level Linux entries too

2013-04-06 Thread Andrey Borzenkov
В Sat, 06 Apr 2013 21:39:24 +0200 Vladimir 'φ-coder/phcoder' Serbinenko пишет: > On 05.04.2013 09:30, Andrey Borzenkov wrote: > > > This fixes two issues > > > > 1. It visually distinguishes between multiple installations of the > > same OS version. Currently all of them get identical titles. >