freebsd-dev/share/doc/handbook/boothelp.sgml
John Fieber 164f78d7da A first rough cut at an abridged version of the handbook for use
on the installation floppy.

Also pulled the entity definitions for the various sections out
of handbook.sgml and put them in their own file since they are used
both by handbook.sgml (the full version) and boothelp.sgml (the
abridged version).
1995-09-03 21:12:29 +00:00

51 lines
1.2 KiB
Plaintext

<!-- $Id$ -->
<!-- The FreeBSD Documentation Project -->
<!DOCTYPE linuxdoc PUBLIC "-//FreeBSD//DTD linuxdoc//EN" [
<!-- Conditional flags for this version of the document -->
<!ENTITY % boothelp.only "INCLUDE">
<!ENTITY % handbook.only "IGNORE">
<!-- Entity shorthand for authors' names and email addresses -->
<!ENTITY % authors SYSTEM "authors.sgml">
%authors;
<!-- Entity definitions for all the parts -->
<!ENTITY % sections SYSTEM "sections.sgml">
%sections;
]>
<linuxdoc>
<book>
<title>FreeBSD Installation
<author>
<name></name>
</author>
<abstract>Welcome to FreeBSD! This guide describes the
FreeBSD installation process. To navigate through the
sections in this guide using the <bf>up</bf> and
<bf>down</bf> arrow keys to select a section you wish to
read. Then use the <bf>right arrow</bf> or the <bf>enter
key</bf> to view the section. You can backtrack through
sections you have read by using the <bf>left arrow</bf>.
</abstract>
<chapt><heading>General information</heading>
&nutshell;
&history;
&relnotes;
&install;
&troubleshooting;
&bibliography;
&eresources;
&hw;
&contrib;
</book>
</linuxdoc>