Skip to content

Commit 0b12274

Browse files
authored
Update website (#8971)
1 parent 48c9a16 commit 0b12274

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

frontend/public/json/cockpit.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,12 @@
3333
},
3434
"notes": [
3535
{
36-
"text": "Set a root password if using autologin. This will be the Cockpit password.`sudo passwd root`",
36+
"text": "Set a root password if using autologin. This will be the Cockpit password. To set root password run `sudo passwd root`",
3737
"type": "info"
38+
},
39+
{
40+
"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.",
41+
"type": "warning"
3842
}
3943
]
4044
}

0 commit comments

Comments
 (0)