1
0
mirror of https://github.com/gryf/mkinitramfs.git synced 2026-02-25 14:55:47 +01:00

Added dropbear support

This commit is contained in:
2025-06-27 10:56:23 +02:00
parent 7efac1607f
commit 7ecdc90baf
2 changed files with 168 additions and 12 deletions

View File

@@ -69,6 +69,11 @@ similar to those passed via commandline. Consider following example:
key_path = "/full/path/to/the/keys/dir"
key = "laptop.key"
yubikey = true
dropbear = true
ip = '192.168.0.1'
gateway = '192.168.0.254'
netmask = '24'
authorized_keys = "/full/path/to/the/.ssh/authorized_keys"
This will inform mkinitramfs script, that dropbear and yubikey features are
enabled. Also for network related configuration, there are last three options.
@@ -82,6 +87,7 @@ The complete list of supported options is listed below:
- ``disk_label``
- ``sdcard``
- ``yubikey``
- ``dropbear``
Using key devices
-----------------