<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<blockquote type="cite">
  <pre>nate wrote:
><i> Jerry Geis wrote:
</i>>><i> I created a i586 install image with qemu.
</i>>><i> I downloaded the SRPMS package for the kernel and installed it.
</i>>><i> I cd /usr/src/redhat/SPECS
</i>>><i> rpmbuild -bp --target i586 kernelXXX.spec
</i>>><i> I does a bunch of things but it did not build a new kernel and put it in
</i>>><i> /boot
</i>>><i>
</i>>><i> I think I am missing a command to actually BUILD the kernel.
</i>>><i> What is it?
</i>><i> 
</i>><i> try rpmbuild -bb instead of -bp
</i>><i> 
</i>
And dont forget the patches to make it build on i586 :D
  </pre>
</blockquote>
What do you mean, I thought specifying the --target would apply the
right patches?<br>
What else do I need?<br>
<br>
Jerry<br>
</body>
</html>