Update 'Readme.md'

This commit is contained in:
2021-12-12 20:21:36 +00:00
parent 95e836d7d1
commit faaeaca9a1

View File

@@ -156,6 +156,7 @@ exit
``` ```
## z2mqtt ## z2mqtt
* Enable feature on CT: 'Create Device Nodes'
**Do not start this container after creation, follow these steps first** **Do not start this container after creation, follow these steps first**
* Recommended to give CT 1-2GB of RAM (Required for updating) * Recommended to give CT 1-2GB of RAM (Required for updating)
### In Proxmox ### In Proxmox
@@ -184,6 +185,7 @@ SUBSYSTEM=="tty", ACTION=="add", ATTRS{idVendor}=="0658", ATTRS{idProduct}=="020
* Add the following to /etc/pve/lxc/`<CT-ID>`.conf * Add the following to /etc/pve/lxc/`<CT-ID>`.conf
``` ```
lxc.cgroup2.devices.allow: c 166:* rwm lxc.cgroup2.devices.allow: c 166:* rwm
lxc.cgroup2.devices.allow: c 188:* rwm
lxc.mount.entry: /dev/ttyACM-Zigbee dev/ttyACM-Zigbee none bind,optional,create=file lxc.mount.entry: /dev/ttyACM-Zigbee dev/ttyACM-Zigbee none bind,optional,create=file
lxc.mount.entry: /dev/ttyACM-Zwave dev/ttyACM-Zwave none bind,optional,create=file lxc.mount.entry: /dev/ttyACM-Zwave dev/ttyACM-Zwave none bind,optional,create=file
``` ```