Do not create groups
This commit is contained in:
parent
0278187a19
commit
6738b0284d
1 changed files with 1 additions and 4 deletions
5
build.sh
5
build.sh
|
@ -285,10 +285,7 @@ systemctl enable resize2fs_once
|
|||
EOF
|
||||
|
||||
on_chroot << \EOF
|
||||
for GRP in input spi i2c gpio; do
|
||||
groupadd -f -r $GRP
|
||||
done
|
||||
for GRP in adm dialout cdrom audio users sudo video games plugdev input gpio spi i2c netdev; do
|
||||
for GRP in adm dialout cdrom audio users sudo video games plugdev netdev; do
|
||||
adduser $USERNAME $GRP
|
||||
done
|
||||
EOF
|
||||
|
|
Reference in a new issue