1
0
mirror of https://github.com/gryf/mkinitramfs.git synced 2026-02-17 02:05:46 +01:00

Make labeled usb drive/mmc card real optional.

Waiting for the devices, especially, when there are more than one/two o
them is annoying. Let's make a compromise for user to choose hes way for
providing password for key and/or use specific device holding a key.
This commit is contained in:
2022-05-31 19:55:16 +02:00
parent 0a3932676c
commit d2aa7c13c2
2 changed files with 12 additions and 3 deletions

View File

@@ -62,5 +62,13 @@ Usage
on ``/boot`` with appropriate links. Note, that old images (they have
``.old`` suffix in the filename) will be removed in that case.
Using key devices
-----------------
It is possible to use an SD card (if computer does have reader built-in) or old
plain USB pendrive. Currently support for the keys is limited to 4096 bytes,
and assumption that key is unencrypted - it helps with booting system
non-interactively.
.. _ccrypt: https://sourceforge.net/projects/ccrypt/
.. _cryptsetup: https://gitlab.com/cryptsetup/cryptsetup/blob/master/README.md