Lines Matching refs:that
7 "Early userspace" is a set of libraries and programs that provide
8 various pieces of functionality that are important enough to be
9 available while a Linux kernel is coming up, but that don't need to be
14 - gen_init_cpio, a program that builds a cpio-format archive
17 - initramfs, a chunk of code that unpacks the compressed cpio image
19 - klibc, a userspace C library, currently packaged separately, that is
30 You can create a cpio archive that contains the early userspace image.
50 INITRAMFS_ROOT_UID can be set to a user ID that needs to be mapped to
51 user root (0). INITRAMFS_ROOT_GID can be set to a group ID that needs
69 scripts/gen_initramfs_list.sh. This means that CONFIG_INITRAMFS_SOURCE
97 - ipconfig, a program that configures network interfaces. It can
100 - nfsmount, a program that can mount an NFS filesystem.
101 - kinit, the "glue" that uses ipconfig and nfsmount to replace the old
103 system boot using that filesystem as root.
113 - Insert unwieldy subsystem that doesn't really need to be in kernel
119 custom initramfs images that meet your needs exactly.
141 This means that a binary must do all the work. Said binary can be stored