diff --git a/json/omv.json b/json/omv.json index 1512daf0d..576f8527b 100644 --- a/json/omv.json +++ b/json/omv.json @@ -30,5 +30,10 @@ "username": "admin", "password": "openmediavault" }, - "notes": [] -} \ No newline at end of file + "notes": [ + { + "text": "Running OVM in a LXC container may require a complicated disk setup, consider using a VM instead. More info: `https://github.com/community-scripts/ProxmoxVE/discussions/175`", + "type": "warning" + } + ] +}