mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-15 05:22:59 +02:00
Add a wait to installer
Sometimes USB Sourcedevices was not ready at source scan
This commit is contained in:
@@ -128,6 +128,8 @@ int main(int argc, char *argv[])
|
||||
mysystem("/sbin/modprobe iso9660"); // CDROM
|
||||
mysystem("/sbin/modprobe ext2"); // Boot patition
|
||||
mysystem("/sbin/modprobe vfat"); // USB key
|
||||
|
||||
runcommandwithstatus("/bin/sleep 10", "Waiting for USB Hardware ...");
|
||||
|
||||
/* German is the default */
|
||||
for (choice = 0; langnames[choice]; choice++)
|
||||
|
||||
Reference in New Issue
Block a user