Whitespace-only fixes. Translators, please ignore.
This commit is contained in:
parent
8f65cc762e
commit
1ba77e1ffe
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=39845
1 changed files with 15 additions and 6 deletions
|
@ -10,6 +10,7 @@
|
|||
|
||||
<sect1 id="boot-synopsis">
|
||||
<title>Synopsis</title>
|
||||
|
||||
<indexterm><primary>booting</primary></indexterm>
|
||||
<indexterm><primary>bootstrap</primary></indexterm>
|
||||
|
||||
|
@ -76,8 +77,10 @@
|
|||
|
||||
<indexterm><primary>BIOS</primary></indexterm>
|
||||
|
||||
<indexterm><primary>Basic Input/Output
|
||||
System</primary><see>BIOS</see></indexterm>
|
||||
<indexterm>
|
||||
<primary>Basic Input/Output System</primary>
|
||||
<see>BIOS</see>
|
||||
</indexterm>
|
||||
|
||||
<para>On x86 hardware the Basic Input/Output System (BIOS) is
|
||||
responsible for loading the operating system. To do this, the
|
||||
|
@ -154,6 +157,7 @@
|
|||
|
||||
<sect2 id="boot-boot0">
|
||||
<title>The Boot Manager</title>
|
||||
|
||||
<indexterm><primary>Master Boot Record
|
||||
(MBR)</primary></indexterm>
|
||||
|
||||
|
@ -693,16 +697,18 @@ bitmap_load="YES"
|
|||
bitmap_name="<replaceable>/boot/splash.pcx</replaceable>"</programlisting>
|
||||
|
||||
<para>In version 8.3 another option is to use ascii art in
|
||||
<ulink url="https://en.wikipedia.org/wiki/TheDraw">TheDraw</ulink>
|
||||
<ulink
|
||||
url="https://en.wikipedia.org/wiki/TheDraw">TheDraw</ulink>
|
||||
format.</para>
|
||||
|
||||
<programlisting>splash_txt="YES"
|
||||
bitmap_load="YES"
|
||||
bitmap_name="<replaceable>/boot/splash.bin</replaceable>"</programlisting>
|
||||
|
||||
<para>The file name is not restricted to <quote>splash</quote>
|
||||
as shown in the above example. It can be anything as long
|
||||
as it is one of the above types such as,
|
||||
<para>The file name is not restricted to
|
||||
<quote>splash</quote> as shown in the above example. It
|
||||
can be anything as long as it is one of the above types
|
||||
such as,
|
||||
<filename><replaceable>splash_640x400</replaceable>.bmp</filename>
|
||||
or
|
||||
<filename><replaceable>bluewave</replaceable>.pcx</filename>.</para>
|
||||
|
@ -745,6 +751,7 @@ bitmap_name="<replaceable>/boot/splash.bin</replaceable>"</programlisting>
|
|||
|
||||
<sect1 id="boot-kernel">
|
||||
<title>Kernel Interaction During Boot</title>
|
||||
|
||||
<indexterm>
|
||||
<primary>kernel</primary>
|
||||
<secondary>boot interaction</secondary>
|
||||
|
@ -946,6 +953,7 @@ bitmap_name="<replaceable>/boot/splash.bin</replaceable>"</programlisting>
|
|||
|
||||
<sect2 id="boot-singleuser">
|
||||
<title>Single-User Mode</title>
|
||||
|
||||
<indexterm><primary>single-user mode</primary></indexterm>
|
||||
<indexterm><primary>console</primary></indexterm>
|
||||
|
||||
|
@ -991,6 +999,7 @@ console none unknown off insecure</programlisting>
|
|||
|
||||
<sect2 id="boot-multiuser">
|
||||
<title>Multi-User Mode</title>
|
||||
|
||||
<indexterm><primary>multi-user mode</primary></indexterm>
|
||||
|
||||
<para>If &man.init.8; finds your file systems to be in order, or
|
||||
|
|
Loading…
Reference in a new issue