To use the dosio library fully, I also (duh!) have to retain full

use of stdio, I can't just go handing fileno(fp) around and expect
that to work.  Since this means I need to have sysinstall play pipeline
on single file distributions now, that means I can also finally add a
progress indicator for them.

Change installation instructions to note that there's no dists directory
anymore on CDROMs.
This commit is contained in:
Jordan K. Hubbard 1996-12-14 22:23:37 +00:00
parent c26d69d0fc
commit c352737c78
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=20473

View File

@ -204,7 +204,7 @@ DOS using files copied from the CDROM, you might do something like
this:
C> MD C:\FREEBSD
C> XCOPY /S E:\DISTS\BIN C:\FREEBSD\BIN
C> XCOPY /S E:\BIN C:\FREEBSD\BIN
Asssuming that `C:' was where you had free space and `E:' was where
your CD was mounted.