-
I am running a docker in flatcar (on proxmox) that uses a zigbee USB device. User running docker is
I can only get the USB device to work if I change the group ownership of I already tried adding user
So how can I solve this using butane? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hello @ddt3, Did you have a look to those examples: https://www.flatcar.org/docs/latest/setup/customization/adding-users/#add-users-via-butane-configs ? This configuration should add the variant: flatcar
version: 1.1.0
storage:
files:
- path: /etc/userdb/core:dialout.membership
contents:
inline: " " Please note the typo in your initial message too -
|
Beta Was this translation helpful? Give feedback.
Hello @ddt3,
Did you have a look to those examples: https://www.flatcar.org/docs/latest/setup/customization/adding-users/#add-users-via-butane-configs ?
This configuration should add the
core
user to thedialout
(usetty
if you wanttty
) group:Please note the typo in your initial message too -
dialout
vsdailout
: