Re: [PATCH] suppress error message "/grub2/locale/en.mo.gz not found"

2012-09-24 Thread Mads Kiilerich
On 09/24/2012 08:51 AM, Michael Chang wrote: We don't insert gettext module if message catalog file missing to prevent error message from being logged. Signed-off-by: Michael Chang --- util/grub.d/00_header.in | 10 +++--- 1 files changed, 7 insertions(+), 3 deletions(-) diff --git a/

Re: [RFC] Support for UEFI ESP in os-prober

2013-06-05 Thread Mads Kiilerich
On 05/31/2013 07:03 PM, Bruce Dubbs wrote: Vladimir 'φ-coder/phcoder' Serbinenko wrote: I must say I'm generally disappointed with os-prober and have ideas to move away from it. I'll start another topic for it. I agree. I would prefer adding an include command so grub.cfg could just do some

dist: include int.S in tar ball

2011-07-25 Thread Mads Kiilerich
dist: include int.S in tar ball diff -r 61b8421b8c8a -r f82d297442b1 grub-core/Makefile.core.def --- a/grub-core/Makefile.core.def Mon Jul 25 23:13:12 2011 +0200 +++ b/grub-core/Makefile.core.def Mon Jul 25 23:14:01 2011 +0200 @@ -218,6 +218,7 @@ videoinkernel = commands/boot.c;

Re: [PATCH, RFC, RFT] Mactel integration

2011-11-28 Thread Mads Kiilerich
On 11/28/2011 02:25 PM, Vladimir 'φ-coder/phcoder' Serbinenko wrote: Hello all. Based on the information from http://mjg59.dreamwidth.org/7468.html I intend to add support for such install. It requires a small HFS+ volume mounted at /boot/mactel. I also simplify handling of EFI directories by add

[PATCH] Files left by the rpm package manager should be considered garbage

2012-04-04 Thread Mads Kiilerich
Files left by the rpm package manager should be considered garbage too. Especially *.rpmnew and *.rpmsave could cause unexpected behaviour in /etc/grub.d . 2012-04-05 Mads Kiilerich * grub-mkconfig_lib.in: ignore *.rpm*. === modified file 'util/grub-mkconfig_lib.in' ---

[PATCH v2] Files left by the rpm package manager should be considered garbage

2012-04-05 Thread Mads Kiilerich
*.rpmnew and *.rpmsave files left by the rpm package manager should be considered garbage too - especially when found in /etc/grub.d . 2012-04-06 Mads Kiilerich * grub-mkconfig_lib.in: ignore *.rpmnew and *.rpmsave . === modified file 'util/grub-mkconfig_lib.in' ---

[PATCH] Make the unifont FONT_SOURCE configurable as --with-unifont=FILE

2012-04-06 Thread Mads Kiilerich
Fonts might be located in different locations, and the default fonts (Unifont and DejaVu Sans) are not available on all systems or other fonts might be preferred. 2012-04-06 Mads Kiilerich * configure.ac: Make the unifont FONT_SOURCE configurable as --with-unifont=FILE

Re: grub2 md-linear unsupported?

2012-04-23 Thread Mads Kiilerich
On 04/23/2012 03:19 PM, Leo Baltus wrote: Hi, I just tested with grub2-1.99-13 (fedora16) on an md-device with raid- level 'linear'. On grub2-install is says: Exactly which full command is it that fails? What do you have in /boot/grub2/device.map? /Mads error: unsupported RAID level: -1.

[PATCH] Detect starfield theme font path /usr/share/fonts/dejavu/DejaVuSans.ttf for Fedora

2012-04-29 Thread Mads Kiilerich
=== modified file 'ChangeLog' --- ChangeLog2012-04-26 18:51:06 + +++ ChangeLog2012-04-29 14:13:52 + @@ -1,3 +1,8 @@ +2012-04-29 Mads Kiilerich + +* configure.ac: Detect starfield theme font path +/usr/share/fonts/dejavu/DejaVuSans.ttf for Fedora + 2012-04-26

[PATCH] Boot immediately after GRUB_HIDDEN_TIMEOUT

2012-04-29 Thread Mads Kiilerich
9 + @@ -1,3 +1,9 @@ +2012-04-29 Mads Kiilerich + + * util/grub.d/00_header.in: Boot immediately after + GRUB_HIDDEN_TIMEOUT. Documentation said: "If no key is pressed + during that time, boot immediately." + 2012-04-29 Bean * grub-core/net/drivers/efi/efinet.c (get_card_pac