diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-02-10 19:44:08 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-02-10 19:44:08 +0000 |
| commit | 152ae479837b3bf63c4fda5ccb585b83b814bbd3 (patch) | |
| tree | cc5fcdd366fe466bfbb620b7decac78e716c6131 /release/sysinstall/menus.c | |
| parent | 1e49bd9cd3f45370ca466ea930299f8314657939 (diff) | |
Notes
Diffstat (limited to 'release/sysinstall/menus.c')
| -rw-r--r-- | release/sysinstall/menus.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release/sysinstall/menus.c b/release/sysinstall/menus.c index 67bdcf072f08..0d5d424a2173 100644 --- a/release/sysinstall/menus.c +++ b/release/sysinstall/menus.c @@ -359,8 +359,8 @@ DMenu MenuMouse = { "somewhat. Once you've selected one of the below, you can specify\n" "/dev/mouse as your mouse device when running the XFree86 configuration\n" "utility (see Configuration menu). Please note that for PS/2 mice,\n" - "a kernel recompile is also required! See the handbook for more details\n" - "on building a kernel.", + "you need to enable the psm driver in the kernel configuration menu\n" + "when installing for the first time.", "For more information, visit the Documentation menu", NULL, { { "COM1", "Serial mouse on COM1", whichMouse, dmenuSystemCommand, NULL, |
