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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,6 +70,7 @@ Modules write to a shared config dict that is accessible by other modules.
70
70
*`build_dir` (/tmp/initramfs) Defines where the build will take place.
71
71
*`out_dir` (/tmp/initramfs_out) Defines where packed files will be placed.
72
72
*`clean` (true) forces the build dir to be cleaned on each run.
73
+
*`old_count` (1) Sets the number of old file to keep when running the `_rotate_old` function.
73
74
*`file_owner` (portage) sets the owner for items pulled into the initramfs on the build system
74
75
*`binaries` is a list used to define programs to be pulled into the initrams. `which` is used to find the path of added entries, and `lddtree` is used to resolve dependendies.
75
76
*`paths` is a list of directores to create in the `build_dir`. They do not need a leading `/`.
0 commit comments