Re: making an install CD

2000-11-01 Thread Jan B Beck
I understand. The strange thing is that I have to do make clean after make world, because if I dont, the build of the new kernel fails. Of course, after the make clean the obj files are missing jan > > I tried this, but the make fails with error > > install:/usr/obj/usr/src/include/osreld

Re: making an install CD

2000-11-01 Thread Andreas Klemm
On Wed, Nov 01, 2000 at 09:53:59AM -0700, [EMAIL PROTECTED] wrote: > I tried this, but the make fails with error > install:/usr/obj/usr/src/include/osreldate.h: No such file or directory ^ !! > I just got the brand new current source, rebuilt the world and updated the >

RE: making an install CD

2000-11-01 Thread janb
I doing something wrong? Jan On Wed, 1 Nov 2000, Daniel O'Connor wrote: > > On 01-Nov-00 [EMAIL PROTECTED] wrote: > > Does anybody have a link to instructions for making an install CD with the > > 'current' state. > > Well, you need to have the CVS re

RE: making an install CD

2000-10-31 Thread Daniel O'Connor
On 01-Nov-00 [EMAIL PROTECTED] wrote: > Does anybody have a link to instructions for making an install CD with the > 'current' state. Well, you need to have the CVS repo handy for starters, then try cd /usr/src/release make release CHROOTDIR=/some/place/with/space CVSROOT=/

making an install CD

2000-10-31 Thread janb
I would line to make an Install CD with a non-release kernel and sysinstall. Only the newer software supports the device I want to install on, So I need both the new kernel and sysinstall. Does anybody have a link to instructions for making an install CD with the 'current' state.