1HOW TO USE THIS SYSTEM
2======================
3
4[press the PageDown key to go to the next screen when you finish
5 reading this one]
6
7The following keys are recognized in most of the dialogs you'll
8encounter during this installation:
9
10KEY             ACTION
11---             ------
12SPACE           Select or toggle the current item.
13ENTER           Finish with a menu or item.
14UP ARROW        Move to previous item (or up, in a text display box).
15DOWN ARROW      Move to next item (or down, in a text display box).
16TAB             Move to next item or group.
17RIGHT ARROW     Move to next item or group (same as TAB).
18SHIFT-TAB       Move to previous item or group.
19LEFT ARROW      Move to previous item or group (same as SHIFT-TAB).
20PAGE UP         In text display boxes, scrolls up one page.
21PAGE DOWN       In text display boxes, scrolls down one page.
22F1              Display associated help text.
23
24If you see small "^(-)" or "v(+)" symbols at the edges of a menu, it
25means that there are more items above or below the current one that
26aren't being shown (due to insufficient screen space).  In text
27display boxes, the amount of text above the current point will be
28displayed as a percentage in the lower right corner.  Using the
29Up/Down arrow keys will cause the object to scroll by line.  The
30PageUp and PageDown keys will scroll by entire screens.
31
32Selecting OK in a menu will confirm whatever action it's controlling.
33Selecting Cancel will cancel the operation and generally return you to
34the previous menu. Use TAB to move the cursor around and select the
35buttons.
36
37Most screens obey the Help key (F1) - USE IT!  It generally offers useful
38context-specific hints on what to do at each stage of the installation,
39and if you're at all unsure about what to do at a given stage in the
40installation, hit F1!
41
42
43SPECIAL FEATURES:
44=================
45
46It is possible to select a menu item by typing the first character of
47its name, if unique.  This will generally be an item number.
48
49The console driver contains a scroll-back buffer for reviewing things
50that may have scrolled off the screen.  To use scroll-back, press the
51"Scroll Lock" key on your keyboard and use the arrow or Page Up/Page
52Down keys to move through the saved text.  To leave scroll-back mode,
53press the Scroll Lock key again.  This feature is most useful for
54reading back through your boot messages (go ahead, try it now!) though
55it's also useful when dealing with sub-shells or other "expert modes"
56that don't use menus and tend to scroll their output off the top of
57the screen.
58
59FreeBSD also supports multiple "virtual consoles" which you can use
60in order to have several active sessions at once.  Use ALT-F<n> to
61switch between screens, where `F<n>' is the function key corresponding
62to the screen you wish to see.  By default, the system comes with 8
63virtual consoles enabled - you can enable more by editing the
64/etc/ttys file and turning the "off" field to "on" in the relevant vty
65entries (up to 12).
66