USB probing often takes a long time and finishes finding devices after init

has started. In the case of sysinstall, this means that it has already built
its list of devices before probing finishes. Add a hint for users who have
booted from a USB stick only to find that sysinstall can't find it.

MFC after:	3 days
This commit is contained in:
Rebecca Cran 2010-12-13 13:52:03 +00:00
parent 9c9f06e60d
commit 7ef1629be1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=216407

View File

@ -239,7 +239,7 @@ mediaSetUSB(dialogMenuItem *self)
cnt = deviceCount(devs);
if (!cnt) {
msgConfirm("No USB devices found!");
msgConfirm("No USB devices found (try Options/Re-scan Devices)");
return DITEM_FAILURE | DITEM_CONTINUE;
}
else if (cnt > 1) {