From beae1777936491d6cb3de7692ee439ae612bb669 Mon Sep 17 00:00:00 2001 From: Marvin Martinson Date: Tue, 15 Jun 2021 08:22:09 +0000 Subject: [PATCH] Add time fix for qemu Windows vm --- entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/entrypoint.sh b/entrypoint.sh index 5a2d5a5..3070177 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -28,6 +28,7 @@ mknod $DEV c $major $minor -usb \ -device usb-ehci,id=ehci \ -device usb-tablet,bus=usb-bus.0 \ + -rtc base=localtime,clock=vm \ -netdev tap,id=hostnet0,fd=9 9<>$DEV \ -nographic -vga qxl # -vnc :$OFFSET