summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade/install.c
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2000-05-12 03:01:17 +0000
committerjhb <jhb@FreeBSD.org>2000-05-12 03:01:17 +0000
commit1ec3688bd005be0ac734c873c8de9e941e8ee02c (patch)
treed77f0c1a643acb787894f1743d1bbcf6fb5abc70 /usr.sbin/sade/install.c
parentc97d9a50e81a6408372441d5846eacb938a646db (diff)
downloadFreeBSD-src-1ec3688bd005be0ac734c873c8de9e941e8ee02c.zip
FreeBSD-src-1ec3688bd005be0ac734c873c8de9e941e8ee02c.tar.gz
Add support for USB to sysinstall. This includes running usbd and
setting 'usbd_enable' in rc.conf during nwe installs if USB is detected. Also, since usbd already handles USB mice automatically, note that the mouse setup section in sysinstall only applies to non-USB mice.
Diffstat (limited to 'usr.sbin/sade/install.c')
-rw-r--r--usr.sbin/sade/install.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sade/install.c b/usr.sbin/sade/install.c
index da56363..db5719e 100644
--- a/usr.sbin/sade/install.c
+++ b/usr.sbin/sade/install.c
@@ -608,7 +608,7 @@ nodisks:
#endif /* notyet */
dialog_clear_norefresh();
- if (!msgYesNo("Does this system have a mouse attached to it?"))
+ if (!msgYesNo("Does this system have a non-USB mouse attached to it?"))
dmenuOpenSimple(&MenuMouse, FALSE);
/* Now would be a good time to checkpoint the configuration data */
OpenPOWER on IntegriCloud