From 0b122749b7efc3a4100ace58cd7fbe83ef7316a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Mon, 10 Nov 2025 08:39:56 +0100 Subject: [PATCH] Update website (#8971) --- frontend/public/json/cockpit.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/frontend/public/json/cockpit.json b/frontend/public/json/cockpit.json index f68da058d..c9fe70536 100644 --- a/frontend/public/json/cockpit.json +++ b/frontend/public/json/cockpit.json @@ -33,8 +33,12 @@ }, "notes": [ { - "text": "Set a root password if using autologin. This will be the Cockpit password.`sudo passwd root`", + "text": "Set a root password if using autologin. This will be the Cockpit password. To set root password run `sudo passwd root`", "type": "info" + }, + { + "text": "If you plan on using 45Drives extension with NFS, you must setup LXC as privileged. Some features of 45Drives don't work on Debian 13, so Debian 12 must be used.", + "type": "warning" } ] }