From 94587e279e634661a314c8b303a521d35d1c45ad Mon Sep 17 00:00:00 2001 From: Florent Gluck <florent.gluck@hesge.ch> Date: Wed, 31 Jul 2024 19:05:20 +0200 Subject: [PATCH] minor change --- docs/client.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/client.md b/docs/client.md index f49d5c07..4b5855ba 100644 --- a/docs/client.md +++ b/docs/client.md @@ -427,6 +427,7 @@ First, you need to create the VM that will be used by your students during the e creds.pdf written successfully. ``` Here is what the PDF looks like: +  1. It is strongly recommended to save the VMs' credentials in a CSV file as it's possible that some students might shutdown their VM or that a VM would crash (rare, but possible). In this case, restarting the VMs would generate new credentials, different from the printed ones. We recommend you to save the VMs credentials in a CSV file with `vmcreds2csv "live exam progsys" creds.csv` so that later, the VMs can be restarted with the exact same credentials using `vmstartwithcreds creds.csv`. -- GitLab