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