You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ The original goal of this project was to create an initramfs suitable for decryp
16
16
- Allows for late insertion of a smartcard
17
17
- Can fail back to plain password entry
18
18
* Key entry over serial
19
-
* Automatic CPIO generation
19
+
* Automatic CPIO generation (gen_init_cpio)
20
20
21
21
## Usage
22
22
@@ -350,6 +350,8 @@ Modules can load other modules using the `modules` directive, be careful conside
350
350
351
351
If a module depends on another module, it can be added to the `mod_depends` list in the module config. A `ValueError` will be thrown if the module is not present.
352
352
353
+
`_module_name` can be set within a module for logging purposes, it is verified to be accurate when imported but optional.
354
+
353
355
#### imports
354
356
355
357
The most powerful part of a module is the `imports` directive.
0 commit comments