Lines Matching refs:image
15 containing a root filesystem image. This archive is compressed, and
16 the compressed image is linked into the kernel image.
17 - initramfs, a chunk of code that unpacks the compressed cpio image
24 two ways to add an early userspace image: specify an existing cpio
25 archive to be used as the image or have the kernel build process build
26 the image from specifications.
30 You can create a cpio archive that contains the early userspace image.
38 The kernel build process can also build an early userspace image from
40 a way to create images with root-owned files even though the image was
43 The image is specified as one or more sources in
60 initramfs image will be an aggregate of all of them. In this way a user
61 can create a 'root-image' directory and install all files into it.
63 special files can be listed in a 'root-files' file. Both 'root-image'
65 early userspace image can be built by an unprivileged user.