Show the MSDOS commands and directories in lower case.

This commit is contained in:
Nik Clayton 1999-04-08 21:23:46 +00:00
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

View file

@ -1,7 +1,7 @@
<!-- <!--
The FreeBSD Documentation Project 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"> <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 <para>To prepare for installation from an MS-DOS partition, copy the
files from the distribution into a directory called 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 CDROM must be partially reproduced within this directory so we suggest
using the DOS <command>xcopy</command> command. For example, to using the DOS <command>xcopy</command> command. For example, to
prepare for a minimal installation of FreeBSD:</para> prepare for a minimal installation of FreeBSD:</para>
<screen><prompt>C:\&gt;</prompt> <userinput>MD C:\FREEBSD</userinput> <screen><prompt>C:\&gt;</prompt> <userinput>md c:\freebsd</userinput>
<prompt>C:\&gt;</prompt> <userinput>XCOPY /S E:\BIN C:\FREEBSD\BIN\</userinput> <prompt>C:\&gt;</prompt> <userinput>xcopy /s e:\bin c:\freebsd\bin\</userinput>
<prompt>C:\&gt;</prompt> <userinput>XCOPY /S E:\MANPAGES C:\FREEBSD\MANPAGES\</userinput></screen> <prompt>C:\&gt;</prompt> <userinput>xcopy /s e:\manpages c:\freebsd\manpages\</userinput></screen>
<para>Assuming that <devicename>C:</devicename> is where you have free <para>Assuming that <devicename>C:</devicename> is where you have free
space and <devicename>E:</devicename> is where your CDROM is 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 <para>For as many <abbrev>DISTS</abbrev> you wish to install from MS-DOS
(and you have free space for), install each one under (and you have free space for), install each one under
<filename>C:\FREEBSD</filename> &mdash; the <abbrev>BIN</abbrev> dist <filename>c:\freebsd</filename> &mdash; the <literal>BIN</literal> dist
is only the minimal requirement.</para> is only the minimal requirement.</para>
</sect2> </sect2>

View file

@ -1,7 +1,7 @@
<!-- <!--
The FreeBSD Documentation Project 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"> <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 <para>To prepare for installation from an MS-DOS partition, copy the
files from the distribution into a directory called 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 CDROM must be partially reproduced within this directory so we suggest
using the DOS <command>xcopy</command> command. For example, to using the DOS <command>xcopy</command> command. For example, to
prepare for a minimal installation of FreeBSD:</para> prepare for a minimal installation of FreeBSD:</para>
<screen><prompt>C:\&gt;</prompt> <userinput>MD C:\FREEBSD</userinput> <screen><prompt>C:\&gt;</prompt> <userinput>md c:\freebsd</userinput>
<prompt>C:\&gt;</prompt> <userinput>XCOPY /S E:\BIN C:\FREEBSD\BIN\</userinput> <prompt>C:\&gt;</prompt> <userinput>xcopy /s e:\bin c:\freebsd\bin\</userinput>
<prompt>C:\&gt;</prompt> <userinput>XCOPY /S E:\MANPAGES C:\FREEBSD\MANPAGES\</userinput></screen> <prompt>C:\&gt;</prompt> <userinput>xcopy /s e:\manpages c:\freebsd\manpages\</userinput></screen>
<para>Assuming that <devicename>C:</devicename> is where you have free <para>Assuming that <devicename>C:</devicename> is where you have free
space and <devicename>E:</devicename> is where your CDROM is 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 <para>For as many <abbrev>DISTS</abbrev> you wish to install from MS-DOS
(and you have free space for), install each one under (and you have free space for), install each one under
<filename>C:\FREEBSD</filename> &mdash; the <abbrev>BIN</abbrev> dist <filename>c:\freebsd</filename> &mdash; the <literal>BIN</literal> dist
is only the minimal requirement.</para> is only the minimal requirement.</para>
</sect2> </sect2>

View file

@ -1,7 +1,7 @@
<!-- <!--
The FreeBSD Documentation Project 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"> <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 <para>To prepare for installation from an MS-DOS partition, copy the
files from the distribution into a directory called 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 CDROM must be partially reproduced within this directory so we suggest
using the DOS <command>xcopy</command> command. For example, to using the DOS <command>xcopy</command> command. For example, to
prepare for a minimal installation of FreeBSD:</para> prepare for a minimal installation of FreeBSD:</para>
<screen><prompt>C:\&gt;</prompt> <userinput>MD C:\FREEBSD</userinput> <screen><prompt>C:\&gt;</prompt> <userinput>md c:\freebsd</userinput>
<prompt>C:\&gt;</prompt> <userinput>XCOPY /S E:\BIN C:\FREEBSD\BIN\</userinput> <prompt>C:\&gt;</prompt> <userinput>xcopy /s e:\bin c:\freebsd\bin\</userinput>
<prompt>C:\&gt;</prompt> <userinput>XCOPY /S E:\MANPAGES C:\FREEBSD\MANPAGES\</userinput></screen> <prompt>C:\&gt;</prompt> <userinput>xcopy /s e:\manpages c:\freebsd\manpages\</userinput></screen>
<para>Assuming that <devicename>C:</devicename> is where you have free <para>Assuming that <devicename>C:</devicename> is where you have free
space and <devicename>E:</devicename> is where your CDROM is 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 <para>For as many <abbrev>DISTS</abbrev> you wish to install from MS-DOS
(and you have free space for), install each one under (and you have free space for), install each one under
<filename>C:\FREEBSD</filename> &mdash; the <abbrev>BIN</abbrev> dist <filename>c:\freebsd</filename> &mdash; the <literal>BIN</literal> dist
is only the minimal requirement.</para> is only the minimal requirement.</para>
</sect2> </sect2>