mirror of
https://github.com/tteck/Proxmox.git
synced 2024-11-26 16:43:17 +01:00
Small addition to the usb stick mounts
I already had a zigbee controller stick at dev/ttyACM0. And was searching for an eternity to figure out, that I had Zwave stick in dev/ttyACM1 to add as an mountpoint in lxc config file
This commit is contained in:
parent
8c3aa3a14e
commit
afeda12902
@ -154,6 +154,7 @@ lxc.cgroup2.devices.allow: c 189:* rwm
|
|||||||
lxc.mount.entry: /dev/serial/by-id dev/serial/by-id none bind,optional,create=dir
|
lxc.mount.entry: /dev/serial/by-id dev/serial/by-id none bind,optional,create=dir
|
||||||
lxc.mount.entry: /dev/ttyUSB0 dev/ttyUSB0 none bind,optional,create=file
|
lxc.mount.entry: /dev/ttyUSB0 dev/ttyUSB0 none bind,optional,create=file
|
||||||
lxc.mount.entry: /dev/ttyACM0 dev/ttyACM0 none bind,optional,create=file
|
lxc.mount.entry: /dev/ttyACM0 dev/ttyACM0 none bind,optional,create=file
|
||||||
|
lxc.mount.entry: /dev/ttyACM1 dev/ttyACM1 none bind,optional,create=file
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
MOUNT=$(pct mount $CTID | cut -d"'" -f 2)
|
MOUNT=$(pct mount $CTID | cut -d"'" -f 2)
|
||||||
|
Loading…
Reference in New Issue
Block a user