summaryrefslogtreecommitdiffstats
path: root/release/sysinstall
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-12-14 22:23:37 +0000
committerjkh <jkh@FreeBSD.org>1996-12-14 22:23:37 +0000
commit0c4ccfc1107277fd845ea8b6e012a3b6877ab4b9 (patch)
tree9de7e96dfcbcee115b6336647ec67dc20f8c19db /release/sysinstall
parentfc95d246ee516d59d9600ecf1e94eb1cce97e750 (diff)
downloadFreeBSD-src-0c4ccfc1107277fd845ea8b6e012a3b6877ab4b9.zip
FreeBSD-src-0c4ccfc1107277fd845ea8b6e012a3b6877ab4b9.tar.gz
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.
Diffstat (limited to 'release/sysinstall')
-rw-r--r--release/sysinstall/help/install.hlp2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/sysinstall/help/install.hlp b/release/sysinstall/help/install.hlp
index 044acc4..81150f6 100644
--- a/release/sysinstall/help/install.hlp
+++ b/release/sysinstall/help/install.hlp
@@ -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.
OpenPOWER on IntegriCloud