Lines Matching full:archive
95 All 2.6 Linux kernels contain a gzipped "cpio" format archive, which is
101 archive is extracted into it, the kernel will fall through to the older code
107 - The old initrd was always a separate file, while the initramfs archive is
109 devoted to generating this archive during the build.)
113 initramfs archive is a gzipped cpio archive (like tar only simpler,
140 archive and links it into the resulting kernel binary. By default, this
141 archive is empty (consuming 134 bytes on x86).
145 initramfs archive, which will automatically be incorporated into the
147 archive, a directory containing files to be archived, or a text file
165 set permissions or create device nodes in the new archive. (Note that those
188 The following shell script can create a prebuilt cpio archive you can
214 archive if you follow it. It says "A typical way to generate the list
226 If the kernel has initrd support enabled, an external cpio.gz archive can also
229 archive into rootfs before trying to run /init.
237 files in the external archive will overwrite any conflicting files in
238 the built-in initramfs archive. Some distributors also prefer to customize
244 An initramfs archive is a complete self-contained root filesystem for Linux.
311 either way about the archive format, and there are alternative tools,
316 2) The cpio archive format chosen by the kernel is simpler and cleaner (and
318 various tar archive formats. The complete initramfs archive format is