Show the MSDOS commands and directories in lower case.
This commit is contained in:
parent
ff7dc7c283
commit
153720f9f5
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=4643
3 changed files with 18 additions and 18 deletions
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$Id: chapter.sgml,v 1.10 1999-03-08 22:04:40 nik Exp $
|
||||
$Id: chapter.sgml,v 1.11 1999-04-08 21:23:46 nik Exp $
|
||||
-->
|
||||
|
||||
<chapter id="install">
|
||||
|
@ -763,14 +763,14 @@ ftp:*:99:99::0:0:FTP:/cdrom:/nonexistent</programlisting>
|
|||
|
||||
<para>To prepare for installation from an MS-DOS partition, copy the
|
||||
files from the distribution into a directory called
|
||||
<filename>C:\FREEBSD</filename>. The directory tree structure of the
|
||||
<filename>c:\freebsd</filename>. The directory tree structure of the
|
||||
CDROM must be partially reproduced within this directory so we suggest
|
||||
using the DOS <command>xcopy</command> command. For example, to
|
||||
prepare for a minimal installation of FreeBSD:</para>
|
||||
|
||||
<screen><prompt>C:\></prompt> <userinput>MD C:\FREEBSD</userinput>
|
||||
<prompt>C:\></prompt> <userinput>XCOPY /S E:\BIN C:\FREEBSD\BIN\</userinput>
|
||||
<prompt>C:\></prompt> <userinput>XCOPY /S E:\MANPAGES C:\FREEBSD\MANPAGES\</userinput></screen>
|
||||
<screen><prompt>C:\></prompt> <userinput>md c:\freebsd</userinput>
|
||||
<prompt>C:\></prompt> <userinput>xcopy /s e:\bin c:\freebsd\bin\</userinput>
|
||||
<prompt>C:\></prompt> <userinput>xcopy /s e:\manpages c:\freebsd\manpages\</userinput></screen>
|
||||
|
||||
<para>Assuming that <devicename>C:</devicename> is where you have free
|
||||
space and <devicename>E:</devicename> is where your CDROM is
|
||||
|
@ -778,7 +778,7 @@ ftp:*:99:99::0:0:FTP:/cdrom:/nonexistent</programlisting>
|
|||
|
||||
<para>For as many <abbrev>DISTS</abbrev> you wish to install from MS-DOS
|
||||
(and you have free space for), install each one under
|
||||
<filename>C:\FREEBSD</filename> — the <abbrev>BIN</abbrev> dist
|
||||
<filename>c:\freebsd</filename> — the <literal>BIN</literal> dist
|
||||
is only the minimal requirement.</para>
|
||||
</sect2>
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$Id: chapter.sgml,v 1.10 1999-03-08 22:04:40 nik Exp $
|
||||
$Id: chapter.sgml,v 1.11 1999-04-08 21:23:46 nik Exp $
|
||||
-->
|
||||
|
||||
<chapter id="install">
|
||||
|
@ -763,14 +763,14 @@ ftp:*:99:99::0:0:FTP:/cdrom:/nonexistent</programlisting>
|
|||
|
||||
<para>To prepare for installation from an MS-DOS partition, copy the
|
||||
files from the distribution into a directory called
|
||||
<filename>C:\FREEBSD</filename>. The directory tree structure of the
|
||||
<filename>c:\freebsd</filename>. The directory tree structure of the
|
||||
CDROM must be partially reproduced within this directory so we suggest
|
||||
using the DOS <command>xcopy</command> command. For example, to
|
||||
prepare for a minimal installation of FreeBSD:</para>
|
||||
|
||||
<screen><prompt>C:\></prompt> <userinput>MD C:\FREEBSD</userinput>
|
||||
<prompt>C:\></prompt> <userinput>XCOPY /S E:\BIN C:\FREEBSD\BIN\</userinput>
|
||||
<prompt>C:\></prompt> <userinput>XCOPY /S E:\MANPAGES C:\FREEBSD\MANPAGES\</userinput></screen>
|
||||
<screen><prompt>C:\></prompt> <userinput>md c:\freebsd</userinput>
|
||||
<prompt>C:\></prompt> <userinput>xcopy /s e:\bin c:\freebsd\bin\</userinput>
|
||||
<prompt>C:\></prompt> <userinput>xcopy /s e:\manpages c:\freebsd\manpages\</userinput></screen>
|
||||
|
||||
<para>Assuming that <devicename>C:</devicename> is where you have free
|
||||
space and <devicename>E:</devicename> is where your CDROM is
|
||||
|
@ -778,7 +778,7 @@ ftp:*:99:99::0:0:FTP:/cdrom:/nonexistent</programlisting>
|
|||
|
||||
<para>For as many <abbrev>DISTS</abbrev> you wish to install from MS-DOS
|
||||
(and you have free space for), install each one under
|
||||
<filename>C:\FREEBSD</filename> — the <abbrev>BIN</abbrev> dist
|
||||
<filename>c:\freebsd</filename> — the <literal>BIN</literal> dist
|
||||
is only the minimal requirement.</para>
|
||||
</sect2>
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$Id: chapter.sgml,v 1.10 1999-03-08 22:04:40 nik Exp $
|
||||
$Id: chapter.sgml,v 1.11 1999-04-08 21:23:46 nik Exp $
|
||||
-->
|
||||
|
||||
<chapter id="install">
|
||||
|
@ -763,14 +763,14 @@ ftp:*:99:99::0:0:FTP:/cdrom:/nonexistent</programlisting>
|
|||
|
||||
<para>To prepare for installation from an MS-DOS partition, copy the
|
||||
files from the distribution into a directory called
|
||||
<filename>C:\FREEBSD</filename>. The directory tree structure of the
|
||||
<filename>c:\freebsd</filename>. The directory tree structure of the
|
||||
CDROM must be partially reproduced within this directory so we suggest
|
||||
using the DOS <command>xcopy</command> command. For example, to
|
||||
prepare for a minimal installation of FreeBSD:</para>
|
||||
|
||||
<screen><prompt>C:\></prompt> <userinput>MD C:\FREEBSD</userinput>
|
||||
<prompt>C:\></prompt> <userinput>XCOPY /S E:\BIN C:\FREEBSD\BIN\</userinput>
|
||||
<prompt>C:\></prompt> <userinput>XCOPY /S E:\MANPAGES C:\FREEBSD\MANPAGES\</userinput></screen>
|
||||
<screen><prompt>C:\></prompt> <userinput>md c:\freebsd</userinput>
|
||||
<prompt>C:\></prompt> <userinput>xcopy /s e:\bin c:\freebsd\bin\</userinput>
|
||||
<prompt>C:\></prompt> <userinput>xcopy /s e:\manpages c:\freebsd\manpages\</userinput></screen>
|
||||
|
||||
<para>Assuming that <devicename>C:</devicename> is where you have free
|
||||
space and <devicename>E:</devicename> is where your CDROM is
|
||||
|
@ -778,7 +778,7 @@ ftp:*:99:99::0:0:FTP:/cdrom:/nonexistent</programlisting>
|
|||
|
||||
<para>For as many <abbrev>DISTS</abbrev> you wish to install from MS-DOS
|
||||
(and you have free space for), install each one under
|
||||
<filename>C:\FREEBSD</filename> — the <abbrev>BIN</abbrev> dist
|
||||
<filename>c:\freebsd</filename> — the <literal>BIN</literal> dist
|
||||
is only the minimal requirement.</para>
|
||||
</sect2>
|
||||
|
||||
|
|
Loading…
Reference in a new issue