opaquesystems / openkaos

OpenKaOS is a developer toolkit for building lightweight Linux platforms for a wide variety of uses
GNU General Public License v2.0
0 stars 1 forks source link

Useradd tool complains that group 999 does not exist #57

Closed opsyseng closed 8 years ago

opsyseng commented 9 years ago

When using the useradd tool, it complains that group 999 does not exist

opsyseng commented 8 years ago

This was caused by a sed call that was changing the user group from gid 1000 to gid 999 for default users, but it did not exist. This line was not needed, so we removed it for 5.0.