mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +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 iso9660"); // CDROM
|
||||||
mysystem("/sbin/modprobe ext2"); // Boot patition
|
mysystem("/sbin/modprobe ext2"); // Boot patition
|
||||||
mysystem("/sbin/modprobe vfat"); // USB key
|
mysystem("/sbin/modprobe vfat"); // USB key
|
||||||
|
|
||||||
|
runcommandwithstatus("/bin/sleep 10", "Waiting for USB Hardware ...");
|
||||||
|
|
||||||
/* German is the default */
|
/* German is the default */
|
||||||
for (choice = 0; langnames[choice]; choice++)
|
for (choice = 0; langnames[choice]; choice++)
|
||||||
|
|||||||
Reference in New Issue
Block a user