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
Current solution relies on usermod -G $grpname -a $username (notably -a -- which does not exist in all system toolkits).
If time comes, fix this to use a new helper script with a more complex but portable solution to find all the secondary groups the user is a member of, and pass the standard usermod -G $grp,name,list $username command. Scripting elements can be found in setup/10-bios-gpio.sh scriptlet.
The text was updated successfully, but these errors were encountered:
Current solution relies on
usermod -G $grpname -a $username
(notably-a
-- which does not exist in all system toolkits).If time comes, fix this to use a new helper script with a more complex but portable solution to find all the secondary groups the user is a member of, and pass the standard
usermod -G $grp,name,list $username
command. Scripting elements can be found insetup/10-bios-gpio.sh
scriptlet.The text was updated successfully, but these errors were encountered: