Re: [PATCH 3/5] msdos-part: allow embedding in extended partition

2012-09-05 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 09.07.2012 22:02, Jiri Slaby wrote: From: Michael Chang mch...@suse.com The same as in the previous patch, add a support for installing grub into an extended partition. Here, we do not ignore extended partitions anymore. Instead we call a hook that makes sure we have the partition

Re: [PATCH 1/5] search for fonts in /usr/share/fonts/uni

2012-09-05 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Committed, thanks. Next time please attach ChangeLog entry. It will speed up the handling of your patch. On 09.07.2012 22:02, Jiri Slaby wrote: diff --git a/configure.ac b/configure.ac index 3a95b04..5ea7ffe 100644 --- a/configure.ac +++ b/configure.ac @@ -242,7 +242,7 @@ fi FONT_SOURCE=

Re: kexec GRUB, multiboot port and qemu

2012-09-05 Thread Ague Mill
On Wed, Sep 05, 2012 at 07:45:02AM +0200, Vladimir 'φ-coder/phcoder' Serbinenko wrote: Actually, after some long hours of hacking, it looks like GRUB could be all what we needed to nail this issue. Have a look at the current state of affairs [2] if you are interested in the details.