Commit graph

7 commits

Author SHA1 Message Date
Felix Singer
8d2367a60f Fix "Login attempt with nonexistent user"
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.
2018-12-14 22:54:11 +01:00
Giancarlo Razzolini
59ba2c449c * Got rid of the TMPDIR juggling by using BUILDROOT directly. 2015-08-11 16:24:00 -03:00
Giancarlo Razzolini
e646f1e99f * Corrected the reference to mkinitcpio-utils in the hook help. 2015-08-05 16:45:25 -03:00
Giancarlo Razzolini
b4d7a8f1ec * Removed dropbear_initrd_encrypt leftovers. They were conflicting with mkinitcpio-utils and mkinitcpio-netconf. 2015-07-28 00:26:31 -03:00
Giancarlo Razzolini
3842d352b2 * Final changes on the hook message. 2015-07-14 23:51:47 -03:00
Giancarlo Razzolini
2a8d3ea51b * Added killall again to the binaries that are installed and required. 2015-07-13 17:48:32 -03:00
Giancarlo Razzolini
80bc0c0479 * Initial release. 2015-07-13 17:43:43 -03:00