From owner-svn-doc-all@FreeBSD.ORG Sun Mar 16 21:43:21 2014 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5228A8A6; Sun, 16 Mar 2014 21:43:21 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 31F728CD; Sun, 16 Mar 2014 21:43:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2GLhLWO081269; Sun, 16 Mar 2014 21:43:21 GMT (envelope-from wblock@svn.freebsd.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2GLhLtD081268; Sun, 16 Mar 2014 21:43:21 GMT (envelope-from wblock@svn.freebsd.org) Message-Id: <201403162143.s2GLhLtD081268@svn.freebsd.org> From: Warren Block Date: Sun, 16 Mar 2014 21:43:21 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r44247 - head/en_US.ISO8859-1/books/handbook/boot X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Mar 2014 21:43:21 -0000 Author: wblock Date: Sun Mar 16 21:43:20 2014 New Revision: 44247 URL: http://svnweb.freebsd.org/changeset/doc/44247 Log: Restore lost tags. Modified: head/en_US.ISO8859-1/books/handbook/boot/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/boot/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/boot/chapter.xml Sun Mar 16 21:19:22 2014 (r44246) +++ head/en_US.ISO8859-1/books/handbook/boot/chapter.xml Sun Mar 16 21:43:20 2014 (r44247) @@ -200,7 +200,7 @@ Default: F2 existing MBR with the &os; MBR, use the following command: - &prompt.root; fdisk -B -b /boot/boot0 device + &prompt.root; fdisk -B -b /boot/boot0 device where device is the boot disk, such as ad0 for the first @@ -284,7 +284,7 @@ boot: boot1 and boot2: - &prompt.root; bsdlabel -B diskslice + &prompt.root; bsdlabel -B diskslice where diskslice is the disk and slice to boot from, such as ad0s1 @@ -368,8 +368,8 @@ boot: boot - -options - kernelname + -options + kernelname Immediately proceeds to boot the kernel, with any @@ -395,7 +395,7 @@ boot: help - topic + topic Shows help messages read from @@ -418,7 +418,7 @@ boot: load -t - type + type filename @@ -431,7 +431,7 @@ boot: ls -l - path + path Displays a listing of files in the given path, or @@ -518,7 +518,7 @@ boot: load the previous or another kernel: unload -load kernel.old +load kernel.old Use kernel.GENERIC to refer to the default kernel that comes with an installation, or @@ -533,7 +533,7 @@ boot: another kernel: unload -set kernel="kernel.old" +set kernel="kernel.old" boot-conf @@ -541,7 +541,7 @@ boot: To load an automated kernel configuration script: - load -t userconfig_script /boot/kernel.conf + load -t userconfig_script /boot/kernel.conf @@ -652,7 +652,7 @@ bitmap_load="YES" bitmap_name="/boot/splash.bmp" This example assumes that - /boot/splash.bmp + /boot/splash.bmp is used for the splash screen. To use a PCX file, use the following statements, plus the vesa_load="YES" line, @@ -675,9 +675,9 @@ bitmap_name="/boot/splash.b splash as shown in the above example. It can be anything as long as it is one of the supported types such as, - splash_640x400.bmp + splash_640x400.bmp or - bluewave.pcx. + bluewave.pcx. Other interesting loader.conf options include: @@ -838,11 +838,11 @@ bitmap_name="/boot/splash.b # as comment markers. Lines are constructed as follows: - hint.driver.unit.keyword="value" + hint.driver.unit.keyword="value" The syntax for the Stage 3 boot loader is: - set hint.driver.unit.keyword=value + set hint.driver.unit.keyword=value where driver is the device driver name, unit is the device driver unit number, and