Update README.md
This commit is contained in:
parent
1d05cdfabc
commit
f5bea19748
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue