File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
driver-api/early-userspace Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -69,17 +69,17 @@ early userspace image can be built by an unprivileged user.
69
69
70
70
As a technical note, when directories and files are specified, the
71
71
entire CONFIG_INITRAMFS_SOURCE is passed to
72
- usr/gen_initramfs_list .sh. This means that CONFIG_INITRAMFS_SOURCE
72
+ usr/gen_initramfs .sh. This means that CONFIG_INITRAMFS_SOURCE
73
73
can really be interpreted as any legal argument to
74
- gen_initramfs_list .sh. If a directory is specified as an argument then
74
+ gen_initramfs .sh. If a directory is specified as an argument then
75
75
the contents are scanned, uid/gid translation is performed, and
76
76
usr/gen_init_cpio file directives are output. If a directory is
77
- specified as an argument to usr/gen_initramfs_list .sh then the
77
+ specified as an argument to usr/gen_initramfs .sh then the
78
78
contents of the file are simply copied to the output. All of the output
79
79
directives from directory scanning and file contents copying are
80
80
processed by usr/gen_init_cpio.
81
81
82
- See also 'usr/gen_initramfs_list .sh -h'.
82
+ See also 'usr/gen_initramfs .sh -h'.
83
83
84
84
Where's this all leading?
85
85
=========================
Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ Documentation/driver-api/early-userspace/early_userspace_support.rst for more de
170
170
The kernel does not depend on external cpio tools. If you specify a
171
171
directory instead of a configuration file, the kernel's build infrastructure
172
172
creates a configuration file from that directory (usr/Makefile calls
173
- usr/gen_initramfs_list .sh), and proceeds to package up that directory
173
+ usr/gen_initramfs .sh), and proceeds to package up that directory
174
174
using the config file (by feeding it to usr/gen_init_cpio, which is created
175
175
from usr/gen_init_cpio.c). The kernel's build-time cpio creation code is
176
176
entirely self-contained, and the kernel's boot-time extractor is also
You can’t perform that action at this time.
0 commit comments