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