Jóhann B. Guðmundsson
83ea8cf001
feat(pkcs11): introducing the pkcs11 module
...
This module allows unlocking of an encrypted filesystem using pkcs11.
3 years ago
Antonio Alvarez Feijoo
049973b708
feat(fido2): introducing the fido2 module
...
This module allows to unlock an encrypted filesystem using a FIDO2
security token.
3 years ago
Jóhann B. Guðmundsson
9355cb8ea5
fix(bash): minor cleanups
...
- Remove hard coded path to binary
- Add missing license header
- Document sections
- refactor install section
4 years ago
Harald Hoyer
9a52c3fdb0
style: shfmt reformat
...
reproducible with:
```
$ shfmt_version=3.0.1
$ wget "https://github.com/mvdan/sh/releases/download/v${shfmt_version}/shfmt_v${shfmt_version}_linux_amd64 " -O shfmt
$ chmod u+x shfmt
$ ./shfmt -w .
```
4 years ago
Harald Hoyer
967cc19ab1
remove all vim and emacs code format comments
11 years ago
Harald Hoyer
30e6e809ed
Factor out all the "type -V" commands
...
Add new functions require_binaries() and require_any_binary() to be used
in the check() section of module-setup.sh.
These functions print a warning line telling the user, which binary is
missing for the specific dracut module.
This unifies the way of checking for binaries and makes the life of an
initramfs creator easier, if he wants to find out why a specific dracut
module is not included in the initramfs.
11 years ago
Harald Hoyer
8bcfd683bd
*/module-setup.sh: add comments for dracut called functions
12 years ago
Harald Hoyer
5e264a5d3e
add bash module
12 years ago
Harald Hoyer
71df3c4329
renamed module-info.sh to module-setup.sh
14 years ago
Harald Hoyer
95d2dabc25
replaced check,install,installkernel with module-info.sh
14 years ago