Deleted Added
full compact
options.hlp (10882) options.hlp (12661)
1The following options may be set from this screen:
1The following options may be set from this screen. Use the SPACE key
2to toggle an option's value, Q to leave when you're done.
2
3NFS Secure: NFS server talks only on a secure port
4
5 This is most commonly used when talking to Sun workstations, which
6 will not talk NFS over "non priviledged" ports.
7
8
9NFS Slow: User is using a slow PC or ethernet card
10
11 Use this option if you have a slow PC (386) or an ethernet card
12 with poor performance being "fed" by NFS on a higher-performance
13 workstation. This will throttle the workstation back to prevent
14 the PC from becoming swamped with data.
15
16
3
4NFS Secure: NFS server talks only on a secure port
5
6 This is most commonly used when talking to Sun workstations, which
7 will not talk NFS over "non priviledged" ports.
8
9
10NFS Slow: User is using a slow PC or ethernet card
11
12 Use this option if you have a slow PC (386) or an ethernet card
13 with poor performance being "fed" by NFS on a higher-performance
14 workstation. This will throttle the workstation back to prevent
15 the PC from becoming swamped with data.
16
17
17FTP Abort: On transfer failure, abort
18Debugging: Turn on the extra debugging flag
18
19
19 This is pretty self-explanatory. If you're transfering from a
20 host that drops the connection or cannot provide a file, abort
21 the installation of that piece.
20 This turns on a lot of extra noise over on the second screen
21 (ALT-F2 to see it, ALT-F1 to switch back). If your installation
22 should fail for any reason, PLEASE turn this flag on when
23 attempting to reproduce the problem. It will provide a lot of
24 extra debugging at the failure point and may be very helpful to
25 the developers in tracking such problems down!
22
23
26
27
24FTP Reselect: On transfer failure, ask for another host
28Yes To All: Assume "Yes" answers to all non-critical dialogs
25
29
26 This is more useful to someone doing an interactive installation.
27 If the current host stops working, ask for a new ftp server to
28 resume the installation from. The install will attempt to pick
29 up from where it left off on the other server, if at all possible.
30 This flag should be used with caution. It will essentially
31 decide NOT to ask the user about any "boundry" conditions that
32 might not constitute actual errors but may be warnings indicative
33 of other problems. It's most useful to those who are doing unattended
34 installs.
30
31
35
36
32FTP Active: Use "active mode" for standard FTP
37FTP OnError: What to do when FTP transfer errors occur.
33
38
34 For all FTP transfers, use "Active" mode. This will not work
35 through firewalls, but will often work with older ftp servers
36 that do not support passive mode. If your connection hangs
37 with passive mode (the default), try active!
39 This is pretty self-explanatory. If you're transfering from a
40 host that drops the connection or cannot provide a file, you can
41 chose to Abort the connection, Retry the request (see next option)
42 or Reselect another FTP host, attempting to retry the request from
43 a new site. Pressing SPACE will toggle through these options.
38
39
44
45
40FTP Passive: Use "passive mode" for firewalled FTP
46FTP Retries: How many times to retry failing FTP requests.
41
47
42 For all FTP transfers, use "Passive" mode. This allows the user
43 to pass through firewalls that do not allow incoming connections
44 on random port addresses.
48 If FTP OnError is set to `retry', this is the number of times to
49 loop on a failing request before giving up. If you're talking to a
50 site that's chronically overloaded (like ours!) you may wish to
51 simply set this to some large value and go to lunch or something.
45
52
46 NOTE: ACTIVE AND PASSIVE MODES ARE NOT THE SAME AS A `PROXY'
47 CONNECTION, WHERE A PROXY FTP SERVER IS LISTENING ON A DIFFERENT
48 PORT!
49
53
50 In such situations, you should specify the URL as something like:
54FTP username: Specify username and password instead of anonymous.
51
55
52 ftp://foo.bar.com:1234/pub/FreeBSD
56 By default, the installation attempts to log in as the
57 anonymous user. If you wish to log in as someone else,
58 specify the username and password with this option.
53
59
54 Where "1234" is the port number of the proxy ftp server.
55
60
61Tape Blocksize: Specify block size in 512 byte blocks of tape.
56
62
57Debugging: Turn on the extra debugging flag
63 This defaults to 20 blocks, which should work with most
64 tape drive + tar combinations. It may not allow your particular
65 drive to win any records for speed, however, and the more
66 adventurous among you might try experimenting with larger sizes.
58
67
59 This turns on a lot of extra noise over on the second screen
60 (ALT-F2 to see it, ALT-F1 to switch back). If your installation
61 should fail for any reason, PLEASE turn this flag on when
62 attempting to reproduce the problem. It will provide a lot of
63 extra debugging at the failure point and may be very helpful to
64 the developers in tracking such problems down!
65
68
69Extract Detail: How to show filenames on debug screen as they're extracted.
66
70
67Yes To All: Assume "Yes" answers to all non-critical dialogs
71 While a distribution is being extracted, the default detail level
72 of "high" will show the full file names as they're extracted.
73 If you would prefer a more terse form for this, namely dots, select
74 the "medium" detail level. If you want nothing to be printed
75 on the debugging screen during extraction, select "low".
68
76
69 This flag should be used with caution. It will essentially
70 decide NOT to ask the user about any "boundry" conditions that
71 might not constitute actual errors but may be warnings indicative
72 of other problems.
73
77
78Release Name: Which release to attempt to load from installation media.
74
79
75FTP userpass: Specify username and password instead of anonymous.
80 You should only change this option if you're really sure you know
81 what you are doing! This will change the release name used by
82 sysinstall when fetching components of any distributions.
76
83
77 By default, the installation attempts to log in as the
78 anonymous user. If you wish to log in as someone else,
79 specify the username and password with this option.
80
84
85Browser Package: Which package to load for an HTML browser.
81
86
82Clear: Clear All Option Flags
87 By default, this is set to lynx but may also be set to any other
88 text capable HTML browser for which a package exists. If you set this
89 to an X based browser, you will not be able to use it if you're running
90 in text mode! :)
83
91
84 Reset all option flags back to their default values.
85
92
86----
93Browser Exec: Which binary to run for the HTML browser.
87
94
88Some of these items, like "FTP Active" or "FTP Passive", are actually
89mutually-exclusive even though you can turn all of them on or off at
90once. This is a limitation of the menuing system, and is compensated
91for by checks that ensure that the various flags are not in conflict.
92If you re-enter the Options menu again after leaving it, you'll see
93the settings it's actually using after checking for any possible
94conflicts.
95 The full pathname to the main executable in Browser Package
95
96
97
98Media Type: Which media type is being used.
99
100 This is mostly informational and indicates which media type (if any)
101 was last selected in the Media menu. It's also a convenient short-cut
102 to the media menu itself.
103
104
105Use Defaults: Use default values.
106
107 Reset all options back to their default values.