From eeeca584c6d7b37d7bd4a10b6c3b0b25bc80fb43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Tue, 18 Mar 2025 13:28:33 +0100 Subject: [PATCH] Update with login info (#3215) --- frontend/public/json/debian-vm.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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" + } ] }