diff options
author | jkh <jkh@FreeBSD.org> | 1996-07-09 14:34:58 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1996-07-09 14:34:58 +0000 |
commit | d3a26174cfa3bd11d92a6bf07b6566d2744eec9b (patch) | |
tree | d414d92aee3b6b9a526d17663422a98f4b45f1b7 /usr.sbin | |
parent | 496e7f4568937e852ced808b4a8cd4446db07162 (diff) | |
download | FreeBSD-src-d3a26174cfa3bd11d92a6bf07b6566d2744eec9b.zip FreeBSD-src-d3a26174cfa3bd11d92a6bf07b6566d2744eec9b.tar.gz |
Update docs to match.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/sysinstall/help/options.hlp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/usr.sbin/sysinstall/help/options.hlp b/usr.sbin/sysinstall/help/options.hlp index daa927e..e8d0a18 100644 --- a/usr.sbin/sysinstall/help/options.hlp +++ b/usr.sbin/sysinstall/help/options.hlp @@ -41,6 +41,20 @@ FTP username: Specify username and password instead of anonymous. specify the username and password with this option. +Install Root: Specify some directory other than / as your "root". + + This should be left as / unless you have a really good reason to + change it. One good reason might be if you were installing to a + disk other than your own, as might happen if you needed to prepare a + disk for another machine which couldn't load FreeBSD directly + for some reason. + + Note: If you set this option, you will only be able to install + packages if the bin distribution is also installed (usually + the case anyway) since /usr/sbin/pkg_add will otherwise not be + found after the chroot() call. + + Editor: Specify which screen editor to use. At various points during the installation it may be necessary |