linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: imunity@softhome.net
To: linux-kernel@vger.kernel.org
Subject: Kernel Compiling using "make rpm" question PLEASE!!
Date: Sat, 05 Jul 2003 14:33:59 -0600	[thread overview]
Message-ID: <courier.3F073637.000070EE@softhome.net> (raw)


I would not be asking this question but I have to say someone maybe even 
myself will have to make a DOC on this cause there are none!!!! 

The convention method for configuring, compiling and installing a kernel I 
am very clear on but why cannot find any documents on how to compile it 
using "make rpm" or recompile or "rpmbuild -bb" 

I have searched the bookstores, www.redhat.com, www.tldp, most newgroups and 
almost every single search result from www.google.com/linux. 


Conventional Method: 

tar -zxvf kernel.xx  or rpm -ivh kernel-source.i386.rpm
ln -s kernel.xx linux
make clean
make mrproper
make menuconfig
make dep
make clean
make bzImage
make modules
make modules_install
make install
mkinitrd 

 

RPM METHOD: 

tar -zxvf kernel.xx  or rpm -ivh kernel-source.i386.rpm
ln -s kernel.xx linux  # I think this step may be need if you have a rpm 
kernel source!! 

make clean
make mrproper
make menuconfig
make rpm
rpm -ivh /usr/src/redhat/RPMS/i386/kernel-xx.i386.rpm
mkinitrd 

 


Just currious as to why I cannot find something as simple as that for "make 
rpm" 


Still trying to figure out how to use "rpmbuild -bb" 


             reply	other threads:[~2003-07-05 20:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-05 20:33 imunity [this message]
2003-07-06 20:05 ` Kernel Compiling using "make rpm" question PLEASE!! Samuel Flory

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=courier.3F073637.000070EE@softhome.net \
    --to=imunity@softhome.net \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).