File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,8 @@ The original goal of this project was to create an initramfs suitable for decryp
1616 - Allows for late insertion of a smartcard
1717 - Can fail back to plain password entry
1818* Key entry over serial
19- * Automatic CPIO generation (gen_init_cpio)
19+ * Automatic CPIO generation (PyCPIO)
20+ - Device nodes are created within the CPIO only, so true root privileges are not required.
2021* Basic configuration validation in ` hostonly ` mode
2122* Similar usage/arguments as Dracut
2223
@@ -113,7 +114,6 @@ Modules write to a shared config dict that is accessible by other modules.
113114This module handles CPIO creation.
114115
115116* ` out_file ` (ugrd.cpio) Sets the name of the output file, under ` out_dir ` unless a path is defined.
116- * ` cpio_list_name ` (cpio.list) Sets the name of the cpio list file for ` gen_init_cpio `
117117* ` mknod_cpio ` (true) Only create devicne nodes within the CPIO.
118118
119119##### symlink creation
Original file line number Diff line number Diff line change 11out_file = " ugrd.cpio"
2- cpio_list_name = " cpio.list"
32mknod_cpio = true
43
54[imports .pack ]
65"ugrd.base.cpio" = [ " make_cpio" ]
76
87[custom_parameters ]
98out_file = " str" # The name of the cpio file to create.
10- cpio_list_name = " str" # The name of the CPIO packing list to create
119mknod_cpio = " bool" # When enabled, mknod is not used to create device nodes, they are just created in the cpio.
You can’t perform that action at this time.
0 commit comments