* How do I get "make install" to handle GRUB?
@ 2002-02-10 20:06 Miles Lane
2002-02-10 20:33 ` Jan Hudec
2002-02-10 20:56 ` Justin Piszcz
0 siblings, 2 replies; 3+ messages in thread
From: Miles Lane @ 2002-02-10 20:06 UTC (permalink / raw)
To: LKML
I have GRUB installed with RH 7.2. I build and test
the development kernel series. How can I get "make install"
to work with GRUB? It seems like maybe we need a "install-grub"
target or we need to have a way to automatically determine the
bootloader being used and then do corresponding install method.
Miles
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: How do I get "make install" to handle GRUB?
2002-02-10 20:06 How do I get "make install" to handle GRUB? Miles Lane
@ 2002-02-10 20:33 ` Jan Hudec
2002-02-10 20:56 ` Justin Piszcz
1 sibling, 0 replies; 3+ messages in thread
From: Jan Hudec @ 2002-02-10 20:33 UTC (permalink / raw)
To: LKML
> I have GRUB installed with RH 7.2. I build and test
> the development kernel series. How can I get "make install"
> to work with GRUB? It seems like maybe we need a "install-grub"
> target or we need to have a way to automatically determine the
> bootloader being used and then do corresponding install method.
GRUB package should have provided /sbin/installkernel script to take
care of this properly - or some other package should have.
(In debian it's in debianutils).
Anyway - you can always provide this script yourself. Makefile gives it
four arguments: version, path to zImage, path to System.map, intall-direcotry
(the install directory is whatever is defined in kernel Makefile and if you
are not using the default (/), you can override it here)
--------------------------------------------------------------------------------
- Jan Hudec `Bulb' <bulb@ucw.cz>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: How do I get "make install" to handle GRUB?
2002-02-10 20:06 How do I get "make install" to handle GRUB? Miles Lane
2002-02-10 20:33 ` Jan Hudec
@ 2002-02-10 20:56 ` Justin Piszcz
1 sibling, 0 replies; 3+ messages in thread
From: Justin Piszcz @ 2002-02-10 20:56 UTC (permalink / raw)
To: Miles Lane; +Cc: LKML
ik - http://www.installkernel.com/ handles grub installations.
Miles Lane wrote:
> I have GRUB installed with RH 7.2. I build and test
> the development kernel series. How can I get "make install"
> to work with GRUB? It seems like maybe we need a "install-grub"
> target or we need to have a way to automatically determine the
> bootloader being used and then do corresponding install method.
>
> Miles
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2002-02-10 20:56 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-02-10 20:06 How do I get "make install" to handle GRUB? Miles Lane
2002-02-10 20:33 ` Jan Hudec
2002-02-10 20:56 ` Justin Piszcz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox