Lines Matching +full:built +full:- +full:in
5 Last update: 2004-12-20 tlh
15 - gen_init_cpio, a program that builds a cpio-format archive
18 - initramfs, a chunk of code that unpacks the compressed cpio image
20 - klibc, a userspace C library, currently packaged separately, that is
23 The cpio file format used by initramfs is the "newc" (aka "cpio -H newc")
24 format, and is documented in the file "buffer-format.txt". There are
30 -------------------
33 Your cpio archive should be specified in CONFIG_INITRAMFS_SOURCE and it
34 will be used directly. Only a single cpio file may be specified in
35 CONFIG_INITRAMFS_SOURCE and directory and file names are not allowed in
39 ---------------------
43 a way to create images with root-owned files even though the image was
44 built by an unprivileged user.
46 The image is specified as one or more sources in
47 CONFIG_INITRAMFS_SOURCE. Sources can be either directories or files -
57 A source file must be directives in the format required by the
58 usr/gen_init_cpio utility (run 'usr/gen_init_cpio -h' to get the
59 file format). The directives in the file will be passed directly to
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.
65 Because device-special files cannot be created by a unprivileged user,
66 special files can be listed in a 'root-files' file. Both 'root-image'
67 and 'root-files' can be listed in CONFIG_INITRAMFS_SOURCE and a complete
68 early userspace image can be built by an unprivileged user.
82 See also 'usr/gen_initramfs.sh -h'.
98 in addition to the klibc library:
100 - ipconfig, a program that configures network interfaces. It can
103 - nfsmount, a program that can mount an NFS filesystem.
104 - kinit, the "glue" that uses ipconfig and nfsmount to replace the old
108 kinit is built as a single statically linked binary to save space.
113 - Almost all of init/do_mounts* (the beginning of this is already in
115 - ACPI table parsing
116 - Insert unwieldy subsystem that doesn't really need to be in kernel
120 the klibc distribution includes a small Bourne-compatible shell (ash)
137 b) some device and filesystem drivers built as modules and stored in an