diff --git a/en_US.ISO8859-1/books/handbook/boot/chapter.sgml b/en_US.ISO8859-1/books/handbook/boot/chapter.sgml index ed6eb9cd70..5847b65a1b 100644 --- a/en_US.ISO8859-1/books/handbook/boot/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/boot/chapter.sgml @@ -1,7 +1,7 @@ @@ -148,7 +148,7 @@ Default: F2 or you want to replace your existing MBR with the FreeBSD MBR then use the following command. - &prompt.root; fdisk -B -b /boot/boot0 device + &prompt.root; fdisk -B -b /boot/boot0 device Where device is the device that you boot from, such as ad0 for the first IDE @@ -178,10 +178,9 @@ Default: F2 can only be 512 bytes in size, and knows just enough about the FreeBSD disklabel, which stores information - about the slice, to find and execute boot2. + about the slice, to find and execute boot2. - boot2 is slightly more sophisticated, and understands + boot2 is slightly more sophisticated, and understands the FreeBSD filesystem enough to find files on it, and can provide a simple interface to choose the kernel or loader to run. @@ -204,7 +203,7 @@ boot: boot1 and boot2 use &man.disklabel.8;. - &prompt.root; disklabel -B diskslice + &prompt.root; disklabel -B diskslice Where diskslice is the disk and slice you boot from, such as ad0s1 for the first @@ -235,7 +234,7 @@ boot: backed up by a more powerful interpreter, with a more complex command set. - + Loader Program Flow During initialization, the loader will probe for a @@ -264,9 +263,9 @@ boot: A more technical discussion of the process is available in &man.loader.8; - + - + Loader Built-In Commands The easy-to-use command set comprises of: @@ -405,9 +404,9 @@ boot: - + - + Loader Examples Here are some practical examples of loader usage. @@ -455,7 +454,8 @@ boot: /boot/kernel.conf - + + @@ -467,7 +467,7 @@ boot: Once the kernel is loaded by either loader (as usual) or boot2 (bypassing the loader), it + linkend="boot-boot1">boot2 (bypassing the loader), it examines its boot flags, if any, and adjusts its behavior as necessary.