mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-10 08:22:27 +01:00
Make it clear that installations can only occur from drive C.
PR: 8334 Submitted by: Sue Blake <sue@vedanix.welearn.com.au>
This commit is contained in:
parent
ffcfa4dc0c
commit
69995bba79
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=40387
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user