From f5bea197484788bf979b198cdc1d30fb06d1f9cc Mon Sep 17 00:00:00 2001 From: David Rotermund Date: Mon, 5 Aug 2024 21:24:27 +0200 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 80e729a..70c47ad 100644 --- a/README.md +++ b/README.md @@ -31,3 +31,10 @@ passwd_value="PUT_A_PASSWORD_HERE" sshpass -p "$passwd_value" ssh-copy-id -o "StrictHostKeyChecking accept-new" ansibleuser@COMPUTERNAME ``` +# Problem with Proxmox Update 8.1 -> 8.2 + +``` +cd /etc/pve/nodes/coreserver1/lxc/ + +echo "lxc.cap.drop:" >> XXX.conf +```