From 1ec3688bd005be0ac734c873c8de9e941e8ee02c Mon Sep 17 00:00:00 2001 From: jhb Date: Fri, 12 May 2000 03:01:17 +0000 Subject: 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. --- release/sysinstall/install.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release/sysinstall/install.c') diff --git a/release/sysinstall/install.c b/release/sysinstall/install.c index da56363..db5719e 100644 --- a/release/sysinstall/install.c +++ b/release/sysinstall/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 */ -- cgit v1.1