From 768d38db467802ef58f18665394d33f5eb7125d1 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sun, 14 Jun 2020 16:47:20 +0800 Subject: [PATCH] wfvm: remove installation 'settling' nonsense Corruption was caused by the VM being killed instead of cleanly shut down. --- artiq-fast/wfvm/win.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/artiq-fast/wfvm/win.nix b/artiq-fast/wfvm/win.nix index 031bd68..578b707 100644 --- a/artiq-fast/wfvm/win.nix +++ b/artiq-fast/wfvm/win.nix @@ -215,10 +215,7 @@ let echo "Executing user script..." ${script} - echo "Done" - - # Allow install to "settle" - sleep 20 + echo "User script done" echo "Shutting down..." win-exec 'shutdown /s'