Skip to content

Commit 07192e2

Browse files
vrozenferwmjones
authored andcommitted
remove timeout before installing virtio-win drivers
Signed-off-by: Vadim Rozenfeld <vrozenfe@redhat.com>
1 parent f78abb3 commit 07192e2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

convert/convert_windows.ml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -401,8 +401,6 @@ let convert (g : G.guestfs) source inspect i_firmware
401401
echo Installing drivers from %inf_dir%\n\
402402
set REBOOT_PENDING=0\n\
403403
\n\
404-
timeout /t 10 /nobreak\n\
405-
\n\
406404
reg query \"HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\WindowsUpdate\\Auto Update\\RebootRequired\"\n\
407405
if %errorlevel%==0 (\n\
408406
echo Windows Update: Reboot required.\n\

0 commit comments

Comments
 (0)