Archlinux mkinitcpio hook to enable the dropbear daemon in early userspace
Find a file
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
dropbear_hook * Removed dropbear_initrd_encrypt leftovers. They were conflicting with mkinitcpio-utils and mkinitcpio-netconf. 2015-07-28 00:26:31 -03:00
dropbear_install Fix "Login attempt with nonexistent user" 2018-12-14 22:54:11 +01:00
LICENSE Initial commit 2015-07-13 16:21:03 -03:00
README.md Initial commit 2015-07-13 16:21:03 -03:00

mkinitcpio-dropbear

Archlinux mkinitcpio hook to enable the dropbear daemon in early userspace