From 87fea3aa85c186e278407785c49278a0b3c5c61a Mon Sep 17 00:00:00 2001 From: Tom Rhodes Date: Fri, 4 Oct 2002 01:31:39 +0000 Subject: [PATCH] Add a note about how to build a custom kernel from /usr/src. PR: 39852 --- en_US.ISO8859-1/books/handbook/cutting-edge/chapter.sgml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.sgml b/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.sgml index 6964afd770..fcd4c776fc 100644 --- a/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.sgml @@ -1011,7 +1011,11 @@ Script done, … is deprecated. Instead, you should run these commands after you have built the world with - buildworld. + buildworld. + + If you want to build a custom kernel, and already have a configuration + file, just append KERNCONF='MYKERNEL' to any of the + following options: &prompt.root; cd /usr/src &prompt.root; make buildkernel