Re: grub-mount (ubuntu) hangs with hfs+ partition

2012-02-25 Thread Kees Bakker
On 24-02-12 22:30, Vladimir 'φ-coder/phcoder' Serbinenko wrote: On 24.02.2012 21:28, Kees Bakker wrote: Here is the good news: the hang does not happen with the trunk version anymore. But there is still a minor bug that you can make this loop hang with a broken FS (btree loop). I've added stand

Re: disable-libzfs configure flag (Re: Freeze on 27 February)

2012-02-25 Thread Mike Gilbert
2012/2/21 Vladimir 'φ-coder/phcoder' Serbinenko : > On 21.02.2012 20:04, Mike Gilbert wrote: >> >> 2012/2/21 Vladimir 'φ-coder/phcoder' Serbinenko: >>> >>> Hello, it's to announce that from 27th of February the GRUB will be >>> frozen >>> for 2.00 release. From that date on, no new features will be

Re: disable-libzfs configure flag (Re: Freeze on 27 February)

2012-02-25 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 25.02.2012 19:44, Mike Gilbert wrote: +if test x"$libzfs_excuse" = x ; then + # Only check for system headers if libzfs support has not been disabled. + AC_CHECK_HEADERS(libzfs.h libnvpair.h) +fi You should set excuse here if the headers aren't found. Also it should fail if libzfs is explic

Re: disable-libzfs configure flag (Re: Freeze on 27 February)

2012-02-25 Thread Mike Gilbert
2012/2/25 Vladimir 'φ-coder/phcoder' Serbinenko : > On 25.02.2012 19:44, Mike Gilbert wrote: >> >> +if test x"$libzfs_excuse" = x ; then >> +  # Only check for system headers if libzfs support has not been >> disabled. >> +  AC_CHECK_HEADERS(libzfs.h libnvpair.h) >> +fi > > You should set excuse he

Re: grub RAID heuristics (how can we avoid "superfluous RAID member (2 found)")

2012-02-25 Thread Daniel Kahn Gillmor
On Thu, 23 Feb 2012 06:43:23 +0100, Vladimir 'φ-coder/phcoder' Serbinenko wrote: > [dkg wrote:] > > Select the smallest known block device that can completely enclose the > > RAID member. The larger block device(s) should not be considered to be > > exporting that RAID. phcoder pointed me to th

Re: The submenu command shows a text-based menu when using a GFX theme.

2012-02-25 Thread Towheed Mohammed
Also consider this.  As in the case of the image component, it's file property allows for a fully qualified filename: + image {   file = "/usr/share/grub/themes/demo/images/gnu.jpg" However, presently 00_header would not search the 'images' sub-directory for image files so as to load the require

GFXMENU: Allow for the use of a background image in the terminal window

2012-02-25 Thread Towheed Mohammed
Because GRUB_THEME takes precedence over GRUB_BACKGROUND, the terminal-window never shows a background image.  Could we allow for the use of a background image in the terminal-window?  This will certainly make a theme more complete. I can think of two ways to do this: 1.  Remove the precedence o