Home
last modified time | relevance | path

Searched refs:initramfs (Results 1 – 25 of 55) sorted by relevance

123

/linux/tools/testing/selftests/nolibc/
A DMakefile247 initramfs.cpio: kernel nolibc-test
250 initramfs: nolibc-test target
251 $(QUIET_MKDIR)mkdir -p initramfs
252 $(call QUIET_INSTALL, initramfs/init)
253 $(Q)cp nolibc-test initramfs/init
265 kernel-standalone: initramfs
269 run: kernel initramfs.cpio
289 $(call QUIET_CLEAN, initramfs.cpio)
290 $(Q)rm -rf initramfs.cpio
291 $(call QUIET_CLEAN, initramfs)
[all …]
A D.gitignore1 /initramfs/
2 /initramfs.cpio
/linux/Documentation/filesystems/
A Dramfs-rootfs-initramfs.rst4 Ramfs, rootfs and initramfs
91 What is initramfs?
135 Populating initramfs:
144 initramfs archive, which will automatically be incorporated into the
154 file /bin/busybox initramfs/busybox 755 0 0
158 file /init initramfs/init.sh 755 0 0
166 a directory called "initramfs", under the linux-2.6.* directory. See
222 External initramfs images:
240 Contents of initramfs:
281 # Testing external initramfs using the initrd loading mechanism.
[all …]
A Dindex.rst112 ramfs-rootfs-initramfs
/linux/Documentation/driver-api/early-userspace/
A Dbuffer-format.rst2 initramfs buffer format
11 (initramfs) protocol. The initramfs contents is passed using the same
13 is different. The initramfs buffer contains an archive which is
15 the initramfs buffer format.
17 The initramfs buffer format is based around the "newc" or "crc" CPIO
20 initramfs buffer is thus a single .cpio.gz file.
22 The full format of the initramfs buffer is defined by the following
31 initramfs := ("\0" | cpio_archive | cpio_gzip_archive)*
42 In human terms, the initramfs buffer contains a collection of
A Dearly_userspace_support.rst18 - 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/usr/
A DKconfig3 # 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
165 slowest. The initramfs size is about 33% smaller with LZMA in
[all …]
A Ddefault_cpio_list2 # This is a very simple, default initramfs
A Dgen_initramfs.sh18 -o <file> Create initramfs file named <file> by using gen_init_cpio
29 as direct input to initramfs.
/linux/Documentation/driver-api/firmware/
A Ddirect-fs-lookup.rst17 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
A Dbuilt-in-fw.rst19 want to stuff the firmware into the boot initramfs.
/linux/security/ipe/
A Deval.h22 bool initramfs; member
45 bool initramfs; member
A Deval.c35 ctx->initramfs = ipe_sb(FILE_SUPERBLOCK(file))->initramfs; in build_ipe_sb_ctx()
121 return ctx->initramfs; in evaluate_boot_verified()
A Dhooks.c194 ipe_sb(current->fs->root.mnt->mnt_sb)->initramfs = true; in ipe_unpack_initramfs()
/linux/Documentation/arch/s390/
A Dzfcpdump.rst32 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/
A Dkvm.conf56 POST_INSTALL = ${SSH} /sbin/dracut -f /boot/initramfs-test.img $KERNEL_VERSION
A Dvmware.conf101 POST_INSTALL = ${SSH} /sbin/dracut -f /boot/initramfs-test.img $KERNEL_VERSION
/linux/init/
A DMakefile12 obj-$(CONFIG_BLK_DEV_INITRD) += initramfs.o
/linux/include/linux/
A Dkernel_read_file.h14 id(KEXEC_INITRAMFS, kexec-initramfs) \
/linux/Documentation/ABI/testing/
A Dsysfs-class-tee15 tee-supplicant is needed in the early boot with initramfs.
/linux/tools/testing/ktest/examples/include/
A Dbootconfig.conf6 INITRD := /boot/initramfs-test.img
/linux/Documentation/admin-guide/LSM/
A Dipe.rst29 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
581 This property can be utilized for authorization of files from initramfs.
589 This property will trust files from initramfs(rootfs). It should
591 rootfs on top of the initramfs, initramfs script will recursively
592 remove all files and directories on the initramfs. This is typically
594 initramfs will be empty and not accessible after the real
683 Allow only initramfs
693 Allow any signed and validated dm-verity volume and the initramfs
/linux/security/integrity/
A DKconfig31 usually only added from initramfs.
63 and, possibly, the initramfs signature.
/linux/Documentation/networking/device_drivers/ethernet/netronome/
A Dnfp.rst88 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/Documentation/arch/arm/
A Dbooting.rst23 5. Load initramfs.
144 5. Load initramfs.
152 If an initramfs is in use then, as with the dtb, it must be placed in

Completed in 32 milliseconds

123