mirror of https://github.com/tteck/Proxmox.git
language correction
This commit is contained in:
parent
f6e9f55638
commit
f6c9b6683e
|
@ -1947,7 +1947,7 @@ apt update && apt upgrade -y
|
|||
```
|
||||
⚠️ **Issue with X on Ubuntu 20.04 and Unprivileged**
|
||||
|
||||
If you really need to use Ubuntu below 22.04 there is an issue with access rights that prevents Xorg from starting on TTY7 on an Unprivileged container. Workaround exists but a change on the host machine is required so please accept the risk beforehand. On host execute:
|
||||
If you really need to use Ubuntu below 22.04 there is an issue with access rights that prevents Xorg from starting on TTY7 on an Unprivileged container. Workaround exists but a change on the host machine is required so please accept the risk beforehand. In the Proxmox Shell:
|
||||
```yaml
|
||||
chmod 660 /dev/tty7
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue