Fix a couple formatting glitches.
Fix a couple cross references.
This commit is contained in:
parent
36d0e348be
commit
81b693cafa
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=24
3 changed files with 19 additions and 22 deletions
|
@ -3,7 +3,7 @@
|
|||
#
|
||||
# Converted by Ollivier RObert <roberto@FreeBSD.ORG>
|
||||
#
|
||||
# $Id: ctm.sgml,v 1.2 1995-06-30 17:37:32 jfieber Exp $
|
||||
# $Id: ctm.sgml,v 1.3 1995-07-06 14:24:56 jfieber Exp $
|
||||
#
|
||||
# ----------------------------------------------------------------------------
|
||||
# "THE BEER-WARE LICENSE" (Revision 42):
|
||||
|
@ -37,11 +37,7 @@
|
|||
|
||||
You will also need to make yourself aware of the various caveats in
|
||||
running ``current'' sources, and for this it is recommended that
|
||||
you refer to the relevant FAQ which can be found in
|
||||
<verb>
|
||||
/usr/share/FAQ/Text/current-policy.FAQ
|
||||
</verb>
|
||||
<!-- XXX -->
|
||||
you read <ref id="current" name="Staying current with FreeBSD">.
|
||||
|
||||
<sect1>What do I need to use <tt/CTM/?
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<!-- $Id: install.sgml,v 1.2 1995-06-30 17:37:39 jfieber Exp $ -->
|
||||
<!-- $Id: install.sgml,v 1.3 1995-07-06 14:24:59 jfieber Exp $ -->
|
||||
<!-- The FreeBSD Documentation Project -->
|
||||
|
||||
<!--
|
||||
|
@ -338,22 +338,25 @@
|
|||
|
||||
<p>To prepare for installation from an MS-DOS partition,
|
||||
you should simply copy the files from the distribution
|
||||
into a directory called "FREEBSD". For example, to do
|
||||
into a directory called <tt>FREEBSD</tt>. For example, to do
|
||||
a minimal installation of FreeBSD from DOS using files
|
||||
copied from the CDROM, you might do something like
|
||||
this: <tscreen> C> MD C:\FREEBSD<newline> C> XCOPY /S
|
||||
E:\DISTS\BIN C:\FREEBSD<newline> C> XCOPY /S
|
||||
E:\FLOPPIES C:\FREEBSD</tscreen>
|
||||
this:
|
||||
<tscreen><verb>
|
||||
C> MD C:\FREEBSD
|
||||
C> XCOPY /S E:\DISTS\BIN C:\FREEBSD
|
||||
C> XCOPY /S E:\FLOPPIES C:\FREEBSD
|
||||
</verb></tscreen>
|
||||
|
||||
Asssuming that `C:' was where you had free space and
|
||||
`E:' was where your CD was mounted. Note that you need
|
||||
the FLOPPIES directory because the `root.flp' image is
|
||||
automatically looked for there when you're doing a
|
||||
Asssuming that <tt>C:</tt> was where you had free space and
|
||||
<tt>E:</tt> was where your CD was mounted. Note that you need
|
||||
the <tt>FLOPPIES</tt> directory because the <tt>root.flp</tt> image is
|
||||
automatically looked for there when you are doing a
|
||||
MS-DOS installation.
|
||||
|
||||
For as many `DISTS' you wish to install from MS-DOS
|
||||
(and you have free space for), install each one under
|
||||
`C:\FREEBSD' - the BIN dist is only the minimal
|
||||
<tt>C:\FREEBSD</tt> - the BIN dist is only the minimal
|
||||
requirement.
|
||||
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<!-- $Id: sup.sgml,v 1.3 1995-06-30 17:37:52 jfieber Exp $ -->
|
||||
<!-- $Id: sup.sgml,v 1.4 1995-07-06 14:25:01 jfieber Exp $ -->
|
||||
<!-- The FreeBSD Documentation Project -->
|
||||
|
||||
|
||||
|
@ -48,11 +48,9 @@ like so:
|
|||
</verb>
|
||||
Thats all there is to it! Remember that if you're running current,
|
||||
which is what you will have if you sup, please join the freebsd-current
|
||||
mailing list. You should also be sure to read:
|
||||
<verb>
|
||||
ftp://ftp.FreeBSD.ORG:/pub/FreeBSD/FAQ/current-policy.FAQ
|
||||
</verb>
|
||||
For important information on just what we can and cannot do for you as
|
||||
mailing list. You should also be sure to read <ref id="current"
|
||||
name="Staying current with FreeBSD">
|
||||
for important information on just what we can and cannot do for you as
|
||||
a -current user.
|
||||
|
||||
<sect1><heading>Description of FreeBSD SUP distributions</heading>
|
||||
|
|
Loading…
Reference in a new issue