| /linux/tools/testing/selftests/nolibc/ |
| H A D | Makefile.nolibc | 272 @echo " initramfs.cpio prepare the initramfs archive with nolibc-test" 273 @echo " initramfs prepare the initramfs tree with nolibc-test" 276 @echo " kernel-standalone (re)build the kernel with the initramfs (uses \$$XARCH, \$$CROSS_COMPILE)" 279 @echo " clean clean the sysroot, initramfs, build and output files" 327 initramfs.cpio: kernel nolibc-test 328 $(QUIET_GEN)echo 'file /init nolibc-test 755 0 0' | $(objtree)/usr/gen_init_cpio - > initramfs.cpio 330 initramfs: nolibc-test 331 $(QUIET_MKDIR)mkdir -p initramfs [all...] |
| H A D | .gitignore | 1 /initramfs/ 2 /initramfs.cpio
|
| /linux/usr/ |
| H A D | Kconfig | 3 # Configuration for initramfs 12 initramfs image. A cpio archive should contain a filesystem archive 13 to be used as an initramfs image. Directories should contain a 14 filesystem layout to be included in the initramfs image. Files 19 initramfs image will be the aggregate of all of them. 26 bool "Ignore the initramfs passed by the bootloader" 29 This option causes the kernel to ignore the initramfs image 112 prompt "Built-in initramfs compression mode" 116 initramfs will be compressed. Several compression algorithms are 150 is slowest among the choices. The initramfs size is about 10% smaller [all …]
|
| H A D | gen_initramfs.sh | 7 # Generate a cpio packed initramfs. It uses gen_init_cpio to generate 18 -o <file> Create initramfs file named <file> by using gen_init_cpio 29 as direct input to initramfs. 205 "-l") # files included in initramfs - used by kbuild
|
| H A D | default_cpio_list | 2 # This is a very simple, default initramfs
|
| /linux/Documentation/driver-api/firmware/ |
| H A D | direct-fs-lookup.rst | 17 Firmware and initramfs 21 also as part of the initramfs used to boot the kernel given that otherwise 23 available. Stuffing the firmware into initramfs resolves this race issue, 27 initramfs, such as dealing with large firmware files for the
|
| H A D | built-in-fw.rst | 19 want to stuff the firmware into the boot initramfs.
|
| /linux/Documentation/translations/zh_CN/security/ |
| H A D | ipe.rst | 194 initramfs提供了一种建立此启动路径的方法。内核启动时以最小化的策略启动, 195 该策略仅信任initramfs。在initramfs内,当真实的根文件系统已挂载且尚未 202 然而,并不是每个系统都以initramfs启动,因此编译进内核的启动策略需要具备
|
| /linux/security/ipe/ |
| H A D | eval.h | 22 bool initramfs; member 45 bool initramfs; member
|
| H A D | eval.c | 35 ctx->initramfs = ipe_sb(FILE_SUPERBLOCK(file))->initramfs; in build_ipe_sb_ctx() 121 return ctx->initramfs; in evaluate_boot_verified()
|
| H A D | hooks.c | 222 ipe_sb(current->fs->root.mnt->mnt_sb)->initramfs = true; in ipe_unpack_initramfs()
|
| /linux/Documentation/driver-api/early-userspace/ |
| H A D | early_userspace_support.rst | 18 - initramfs, a chunk of code that unpacks the compressed cpio image 23 The cpio file format used by initramfs is the "newc" (aka "cpio -H newc") 63 initramfs image will be an aggregate of all of them. In this way a user 122 custom initramfs images that meet your needs exactly. 143 c) using initramfs. The call to prepare_namespace() must be skipped. 145 into initramfs either via modifying usr/gen_init_cpio.c or via the new 150 comes via an initramfs cpio archive. If this is not the case,
|
| /linux/Documentation/arch/s390/ |
| H A D | zfcpdump.rst | 32 The s390 zipl tool looks for the zfcpdump kernel and optional initrd/initramfs 41 initrd. It can also be included in a built-in kernel initramfs. The application 45 initramfs with a user space application that writes the dump to a SCSI
|
| /linux/tools/testing/ktest/examples/ |
| H A D | kvm.conf | 56 POST_INSTALL = ${SSH} /sbin/dracut -f /boot/initramfs-test.img $KERNEL_VERSION
|
| H A D | vmware.conf | 101 POST_INSTALL = ${SSH} /sbin/dracut -f /boot/initramfs-test.img $KERNEL_VERSION
|
| /linux/Documentation/admin-guide/LSM/ |
| H A D | ipe.rst | 29 files originating from the initramfs. Since initramfs is typically verified 31 initramfs" becomes an immutable property under IPE's consideration. 49 from initramfs) or evaluating the internal state of an immutable security 625 This property can be utilized for authorization of files from initramfs. 633 This property will trust files from initramfs(rootfs). It should 635 rootfs on top of the initramfs, initramfs script will recursively 636 remove all files and directories on the initramfs. This is typically 638 initramfs will be empty and not accessible after the real 727 Allow only initramfs 737 Allow any signed and validated dm-verity volume and the initramfs
|
| /linux/include/linux/ |
| H A D | kernel_read_file.h | 14 id(KEXEC_INITRAMFS, kexec-initramfs) \
|
| /linux/Documentation/arch/openrisc/ |
| H A D | openrisc_port.rst | 43 If you want to embed initramfs in the kernel, also pass ``CONFIG_INITRAMFS_SOURCE``. For example:: 47 For more information on this, please check Documentation/filesystems/ramfs-rootfs-initramfs.rst.
|
| /linux/tools/testing/ktest/examples/include/ |
| H A D | bootconfig.conf | 6 INITRD := /boot/initramfs-test.img
|
| /linux/security/integrity/ |
| H A D | Kconfig | 31 usually only added from initramfs. 64 and, possibly, the initramfs signature.
|
| /linux/Documentation/networking/device_drivers/ethernet/netronome/ |
| H A D | nfp.rst | 88 After changing firmware files you may need to regenerate the initramfs 91 out how to update initramfs. Good indication of stale initramfs 113 in initramfs, you will have to refer to documentation of appropriate tools
|
| /linux/arch/mips/econet/ |
| H A D | Kconfig | 43 needs only an appended initramfs to boot. It can be loaded
|
| /linux/Documentation/arch/arm/ |
| H A D | booting.rst | 23 5. Load initramfs. 144 5. Load initramfs. 152 If an initramfs is in use then, as with the dtb, it must be placed in
|
| /linux/Documentation/translations/zh_CN/admin-guide/ |
| H A D | bootconfig.rst | 159 由于默认情况下引导配置文件是用initrd加载的,因此它将被添加到initrd(initramfs)
|
| /linux/Documentation/translations/zh_TW/admin-guide/ |
| H A D | bootconfig.rst | 159 由於默認情況下引導配置文件是用initrd加載的,因此它將被添加到initrd(initramfs)
|