diff --git a/frontend/public/json/debian-vm.json b/frontend/public/json/debian-vm.json index 96909d727..ff2833074 100644 --- a/frontend/public/json/debian-vm.json +++ b/frontend/public/json/debian-vm.json @@ -31,9 +31,13 @@ "password": null }, "notes": [ - { - "text": "after installation, checkout: ´https://github.com/community-scripts/ProxmoxVE/discussions/836´", - "type": "info" - } + { + "text": "VM has no root password set. To login type in user `root` and just press enter", + "type": "info" + }, + { + "text": "After installation, checkout: ´https://github.com/community-scripts/ProxmoxVE/discussions/836´ for useful Debian commands", + "type": "info" + } ] }