clearlinux / micro-config-drive

An alternative and small cloud-init implementation in C
Other
45 stars 17 forks source link

The users module does not support uid and gid #27

Open markdryan opened 6 years ago

markdryan commented 6 years ago

Other versions of cloud-init allow you to specify the desired uid and gid of users created using the users module. CCloudvm relies on this feature so that it can ensure that the uids of the user on the host and the guest are the same. File sharing over 9p doesn't work properly if they are different.