From owner-svn-doc-head@FreeBSD.ORG Fri Mar 28 03:25:13 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 087513C2; Fri, 28 Mar 2014 03:25:13 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DD141F10; Fri, 28 Mar 2014 03:25:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2S3PC47041799; Fri, 28 Mar 2014 03:25:12 GMT (envelope-from wblock@svn.freebsd.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2S3PCa0041798; Fri, 28 Mar 2014 03:25:12 GMT (envelope-from wblock@svn.freebsd.org) Message-Id: <201403280325.s2S3PCa0041798@svn.freebsd.org> From: Warren Block Date: Fri, 28 Mar 2014 03:25:12 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r44371 - head/en_US.ISO8859-1/books/handbook/kernelconfig X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Mar 2014 03:25:13 -0000 Author: wblock Date: Fri Mar 28 03:25:12 2014 New Revision: 44371 URL: http://svnweb.freebsd.org/changeset/doc/44371 Log: Recover lost tags. Modified: head/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.xml Fri Mar 28 03:20:19 2014 (r44370) +++ head/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.xml Fri Mar 28 03:25:12 2014 (r44371) @@ -271,10 +271,10 @@ ath_hal(4) - Atheros Hardw the GENERIC configuration file for the amd64 architecture: - &prompt.root; cd /usr/src/sys/amd64/conf -&prompt.root; cp GENERIC MYKERNEL + &prompt.root; cd /usr/src/sys/amd64/conf +&prompt.root; cp GENERIC MYKERNEL - The configuration file MYKERNEL can now + The configuration file MYKERNEL can now be customized with any ASCII text editor. The default editor is vi, though an easier editor for beginners, called ee, is also @@ -374,7 +374,7 @@ This is outdated and specific to one arc This is the identification of the kernel. Change this to the new kernel name, such as - MYKERNEL. + MYKERNEL. The value in the ident string will print when the kernel boots. @@ -1289,7 +1289,7 @@ device fwe # Ethernet loader. This can be accessed when the system boot menu appears by selecting the Escape to a loader prompt option. At the prompt, type - boot kernel.old, or the name of any + boot kernel.old, or the name of any other kernel that is known to boot properly. After booting with a good kernel, check over the @@ -1310,8 +1310,8 @@ device fwe # Ethernet As soon as possible, move the working kernel by renaming the directory containing the good kernel: - &prompt.root; mv /boot/kernel /boot/kernel.bad -&prompt.root; mv /boot/kernel.good /boot/kernel + &prompt.root; mv /boot/kernel /boot/kernel.bad +&prompt.root; mv /boot/kernel.good /boot/kernel