You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the report. This is coreos/fedora-coreos-tracker#155. The issue is that usermod doesn't know to copy the render group from /usr/lib/group to /etc/group before trying to add a user to it. At the moment I believe you'd need to write a ConditionFirstBoot=true systemd unit which does something like grep ^render: /usr/lib/group >> /etc/group && usermod -G render -a core.
I'm trying to add a user to the
render
group as it should have access to a graphics card passed through by the host.However, this has proven to be impossible as writing
results in
ignition-files.service
failing due to therender
group missing, and manually creating the group by doinginstead results in
ignition-files.service
failing due to therender
group already existing.The text was updated successfully, but these errors were encountered: