On Tue, Dec 22, 2009 at 01:18:42PM +0100, Vladimir 'φ-coder/phcoder' Serbinenko
wrote:
> Grégoire Sutre wrote:
> > Hi,
> >
> > grub-install copies GRUB images into ${rootdir}/boot/grub (where
> > ${rootdir} is empty by default and can be changed with --root-directory).
> >
> > To install GRUB file
On Tue, Dec 22, 2009 at 12:53:46PM +0100, Grégoire Sutre wrote:
> The problem arises e.g. with NetBSD which uses /boot for its own
> bootloader. The script util/grub-install.in contains lines to take care
> of that situation (lines 160-172), but these lines rely on a variable
> ${host_os} th
Vladimir 'φ-coder/phcoder' Serbinenko wrote:
The main problem is with scripts already using --root-directory and
relying on existing behaviour.
Yes, you're right.
I propose add a new option
--grub-directory=DIR
which defaults to ROOTDIR/boot/grub
What do you think about this?
Nice, I'm loo
Grégoire Sutre wrote:
> Hi,
>
> grub-install copies GRUB images into ${rootdir}/boot/grub (where
> ${rootdir} is empty by default and can be changed with --root-directory).
>
> To install GRUB files on a partition that contains a /boot file, one
> must specify a non-empty --root-directory, and grub