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: docs/configuration.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,6 @@ Modules write to a shared config dict that is accessible by other modules.
43
43
*`find_libgcc` (true) Automatically locates libgcc using ldconfig -p and adds it to the initramfs.
44
44
*`out_dir` (initramfs_out) If relative, it will be placed under `tmpdir`, defines the output directory.
45
45
*`out_file` Sets the name of the output file, under `out_dir`.
46
-
*`force_out` (false) Forces out_file/dir to ignore the defined TMPDIR.
47
46
*`clean` (true) forces the build dir to be cleaned on each run.
48
47
*`old_count` (1) Sets the number of old file to keep when running the `_rotate_old` function.
49
48
*`binaries` - 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.
0 commit comments