diff options
author | murray <murray@FreeBSD.org> | 2001-03-14 11:08:28 +0000 |
---|---|---|
committer | murray <murray@FreeBSD.org> | 2001-03-14 11:08:28 +0000 |
commit | 4436e03dd97706ecdbbe46a28d6243068c8203f5 (patch) | |
tree | 99a9a0a8ef6ce711ea51ae5639f847ca7f48fa3e /usr.sbin/sysinstall/help/media.hlp | |
parent | 58bd3c057c423a3429a238888f259b763fcb72ce (diff) | |
download | FreeBSD-src-4436e03dd97706ecdbbe46a28d6243068c8203f5.zip FreeBSD-src-4436e03dd97706ecdbbe46a28d6243068c8203f5.tar.gz |
Document the HTTP proxy install method.
PR: 21451
Diffstat (limited to 'usr.sbin/sysinstall/help/media.hlp')
-rw-r--r-- | usr.sbin/sysinstall/help/media.hlp | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/usr.sbin/sysinstall/help/media.hlp b/usr.sbin/sysinstall/help/media.hlp index d65993c..57ab36f 100644 --- a/usr.sbin/sysinstall/help/media.hlp +++ b/usr.sbin/sysinstall/help/media.hlp @@ -25,17 +25,20 @@ You can install from the following types of media: FTP Get the distribution files from an anonymous ftp server (you will be presented with a list). Please note that - there are also two ways of invoking FTP in either - "Active" and "Passive" mode. + you may invoke FTP in "Active" mode, "Passive" mode, or + via an HTTP proxy. Active mode is the standard way of fetching files and Passive mode is for use when you're behind a firewall or some other security mechanism that blocks active FTP - connections. If you chose "other" in the FTP menu, please - also note that all paths are *relative* to the home - directory of the user being logged in as. By default, this - is the user "ftp" (anonymous ftp) but you may change this - in the Options screen. + connections. Using an HTTP proxy is sometimes necessary + for firewalls which block all FTP connections. + + If you chose to enter your own URL in the FTP menu, please + note that all paths are *relative* to the home directory + of the user being logged in as. By default, this is the + user "ftp" (anonymous ftp) but you may change this in the + Options screen. NFS Get the distribution files from an NFS server somewhere |