Add a wait to installer

Sometimes USB Sourcedevices was not ready at source scan
This commit is contained in:
Arne Fitzenreiter
2009-05-22 00:56:06 +02:00
parent e3e2701e5e
commit 493e5e62d7

View File

@@ -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++)