Date: Mon, 1 Sep 2003 15:11:17 -0500 From: "Charles Howse" <chowse@charter.net> To: "'Kent Stewart'" <kstewart@owt.com>, "'ODHIAMBO Washington'" <wash@wananchi.com> Cc: freebsd-questions@freebsd.org Subject: RE: scripting the buildworld/installworld process Message-ID: <000501c370c5$35a88290$04fea8c0@moe> In-Reply-To: <200309011214.00268.kstewart@owt.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> Most of the time, you only need to see the last 4 or 5. I=20 > think that I=20 > only look at one of my builds to see the "chmod 444 freebsd.cf" and=20 > fire up the next script. OK, I understand. I think I will go ahead and change tail to tail -n 50. That should provide plenty of feedback, eh? >=20 > BTW, If you add both of your kernels to /etc/make.conf, you=20 > would only=20 > need one buildkernel. The first one is the one that is installed. I=20 > have it commented now but I used to use >=20 > #KERNCONF=3DRUBY GENERIC >=20 > to build both and install just RUBY. I got so that I liked the logs=20 I thought it would be a good idea to install both GENERIC and CUSTOM kernels, so that I could boot to GENERIC if necessary. So, if I add KERNCONF=3DGENERIC CUSTOM to make.conf, then the generic kernel is installed as /boot/kernel, and I can cp /boot/kernel /boot/kernel.GENERIC. Then I can do installkernel KERNCONF=3DCUSTOM, and that will install the custom kernel as /boot/kernel, and that will be the default to boot...?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000501c370c5$35a88290$04fea8c0>