On Fri, Nov 03, 2006 at 09:49:01AM +0500, Igor Goldenberg wrote: > Hello. > > Will it be possible to build GENERIC kernel for the next OpenBSD > release 4.1 using release or stable 4.0 system (with comp40.tgz set > installed)? > > I need this to know to decide put /usr on raid or not. Because if /usr > will be on raid I'll need to rebuild new kernel before replace current > raid enabled kernel with new one.
Only if you very carefully track -current, and jump to the OPENBSD_4_1 branch when it gets tagged. Of course, that's only a partial solution, as you'd want to get 4.2 on there someday. A more sane solution involves 'make release' (see release(8)) on a different box. Joachim