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

2012-09-13 Thread Lennart Sorensen
On Thu, Sep 13, 2012 at 01:26:27PM +0800, Michael Chang wrote: Yes. And thanks to the great grub2 would do the check for us. :) For openSUSE supported filesystem, they're all allowing embedding and grub|grub2 works pretty well. I understand the drawbacks and pitfalls that having

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

2012-09-12 Thread Michael Chang
2012/9/5 Vladimir 'φ-coder/phcoder' Serbinenko phco...@gmail.com: 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.

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

2012-09-12 Thread Lennart Sorensen
On Wed, Sep 12, 2012 at 03:25:43PM +0800, Michael Chang wrote: Installing on extended partition is one of scenarios for SUSE and openSUSE installation. If the /boot resides in a logical partition, the installer would propose installing bootloader to extended partition. For historic reasons,

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

2012-09-12 Thread Michael Chang
2012/9/13 Lennart Sorensen lsore...@csclub.uwaterloo.ca: On Wed, Sep 12, 2012 at 03:25:43PM +0800, Michael Chang wrote: Installing on extended partition is one of scenarios for SUSE and openSUSE installation. If the /boot resides in a logical partition, the installer would propose installing

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

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

2012-07-10 Thread Jiri Slaby
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 when installing. Signed-off-by: Jiri Slaby