diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-10-15 11:27:45 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-10-15 11:27:45 +0000 |
| commit | 69995bba7977838d25b160ada0c82d4aec366b4d (patch) | |
| tree | dab6d60c871f6b094a319f9eef1768feb3b3c02b /release/sysinstall/help | |
| parent | ffcfa4dc0c7368315b4e8def7fb44f364b107bb0 (diff) | |
Notes
Diffstat (limited to 'release/sysinstall/help')
| -rw-r--r-- | release/sysinstall/help/install.hlp | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/release/sysinstall/help/install.hlp b/release/sysinstall/help/install.hlp index c674f8170565..dfc1697d56b0 100644 --- a/release/sysinstall/help/install.hlp +++ b/release/sysinstall/help/install.hlp @@ -231,15 +231,14 @@ you'll be prompted for the rest. 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 a minimal installation of FreeBSD from -DOS using files copied from the CDROM, you might do something like -this: +"FREEBSD" on the Primary DOS partition ("Drive C:"). For example, to do +a minimal installation of FreeBSD from DOS using files copied from the +CDROM, you might do something like this: - C> MD C:\FREEBSD - C> XCOPY /S E:\BIN C:\FREEBSD\BIN + C:\> MD C:\FREEBSD + C:\> XCOPY /S E:\BIN C:\FREEBSD\BIN -Assuming that `C:' was where you had free space and `E:' was where -your CD was mounted. +Assuming that `E:' was where your CD was mounted. For as many `DISTS' as you wish to install from DOS (and you have free space for), install each one in a directory under `C:\FREEBSD' - the |
