As there is no passwd / group file existent in the ramdisk,
loging in the root user isn't possible and it will fail
with the message from above.
This commit fixes the issue by adding the root user / group using
groupadd and useradd tools. I recommend to use these tools,
because they only will add an additional line if the user / group
doesn't exist already.