I'm trying to build a kernel for a customized redhat
distribution. I am looking for information on how to
build the boot disk with an updated kernel. And also
build kernel RPMs for this custom distribution. Right
now I am using Redhat 6.2 as my base. Is there any
FAQs, or HOWTOs out there to help
On Sat, 5 Aug 2000, Frank Hale wrote:
> > Make sure /usr/sbin is in your $PATH
>
> Got it thanks, /usr/sbin is not currently in my path as I a su'ed to
> root. Will exit out and login as root. Thanks!
'su -' instead of 'su' will add /usr/sbin to your path.
--
Pekka Savola"
>
> Make sure /usr/sbin is in your $PATH
>
Got it thanks, /usr/sbin is not currently in my path as I a su'ed to
root. Will exit out and login as root. Thanks!
So what will happen when it creates the boot disks? Will it use the
kernel I have currently installed on my machine? 2.2.16? If not how
On Sat, Aug 05, 2000 at 09:01:30PM -0400, Frank Hale wrote:
> ./upd-instroot: chroot: command not found
>
>
> It gets to ./upd-instroot and sits there, then I have to ctrl-c and kill
> it. Anyone know whats wrong?
Make sure /usr/sbin is in your $PATH
Matt
___
> When make-boots is done, your images should be in the subdirectory images
> (still relative to the root of the CD). Instead of "make make-boots", you
> might want to try "make do-make", which also rebuilds the hdimage and the
> driver disks.
>
> I hope that helps.
>
Ok I did a make inside /mi
On Sat, Aug 05, 2000 at 05:45:59PM -0400, Frank Hale wrote:
> How are the RH boot disks created? I am modifying my RH 6.2 CD
> and would like to provide updated boot disks with kernel 2.2.16
> on it. Is there a HOWTO or FAQ somewhere that shows how to make
> an install boot disk for RedHat linu