Lines Matching full:archive
94 All 2.6 Linux kernels contain a gzipped "cpio" format archive, which is
100 archive is extracted into it, the kernel will fall through to the older code
106 - The old initrd was always a separate file, while the initramfs archive is
108 devoted to generating this archive during the build.)
112 initramfs archive is a gzipped cpio archive (like tar only simpler,
139 archive and links it into the resulting kernel binary. By default, this
140 archive is empty (consuming 134 bytes on x86).
144 initramfs archive, which will automatically be incorporated into the
146 archive, a directory containing files to be archived, or a text file
164 set permissions or create device nodes in the new archive. (Note that those
187 The following shell script can create a prebuilt cpio archive you can
213 archive if you follow it. It says "A typical way to generate the list
225 If the kernel has initrd support enabled, an external cpio.gz archive can also
228 archive into rootfs before trying to run /init.
236 files in the external archive will overwrite any conflicting files in
237 the built-in initramfs archive. Some distributors also prefer to customize
243 An initramfs archive is a complete self-contained root filesystem for Linux.
310 either way about the archive format, and there are alternative tools,
315 2) The cpio archive format chosen by the kernel is simpler and cleaner (and
317 various tar archive formats. The complete initramfs archive format is