Home
last modified time | relevance | path

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

12

/Linux-v5.4/Documentation/filesystems/
Dramfs-rootfs-initramfs.txt1 ramfs, rootfs and initramfs
86 What is initramfs?
101 - The old initrd was always a separate file, while the initramfs archive is
107 initramfs archive is a gzipped cpio archive (like tar only simpler,
114 initramfs is not expected to return to the kernel. (If /init needs to hand
119 umount the ramdisk. But initramfs is rootfs: you can neither pivot_root
130 Populating initramfs:
133 The 2.6 kernel build process always creates a gzipped cpio format initramfs
139 initramfs archive, which will automatically be incorporated into the
149 file /bin/busybox initramfs/busybox 755 0 0
[all …]
/Linux-v5.4/Documentation/driver-api/early-userspace/
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
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-v5.4/usr/
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
110 prompt "Built-in initramfs compression mode"
115 initramfs will be compressed. Several compression algorithms are
137 Do not compress the built-in initramfs at all. This may sound wasteful
[all …]
Dgen_initramfs_list.sh19 -o <file> Create compressed initramfs file named <file> using
29 as direct input to initramfs.
/Linux-v5.4/Documentation/driver-api/firmware/
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 firmware files for the
Dbuilt-in-fw.rst19 want to stuff the firmware into the boot initramfs.
/Linux-v5.4/tools/testing/selftests/rcutorture/bin/
Dmkinitrd.sh60 dracut --force --no-hostonly --no-hostonly-cmdline --module "base" $T/initramfs.img
64 zcat $T/initramfs.img | cpio -id
/Linux-v5.4/Documentation/s390/
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-v5.4/Documentation/networking/device_drivers/netronome/
Dnfp.rst81 After changing firmware files you may need to regenerate the initramfs
84 out how to update initramfs. Good indication of stale initramfs
106 in initramfs, you will have to refer to documentation of appropriate tools
/Linux-v5.4/tools/testing/ktest/examples/
Dkvm.conf56 POST_INSTALL = ${SSH} /sbin/dracut -f /boot/initramfs-test.img $KERNEL_VERSION
/Linux-v5.4/security/integrity/
DKconfig31 usually only added from initramfs.
63 and, possibly, the initramfs signature.
/Linux-v5.4/init/
DMakefile12 obj-$(CONFIG_BLK_DEV_INITRD) += initramfs.o
/Linux-v5.4/Documentation/arm/
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
/Linux-v5.4/Documentation/
Dxz.txt39 For decompressing the kernel image, initramfs, and initrd, there
77 size for in-kernel use (maybe more is OK for initramfs). The presets
/Linux-v5.4/drivers/net/wireless/intel/ipw2x00/
DKconfig39 including the firmware and a firmware loader in an initramfs.
101 including the firmware and a firmware loader in an initramfs.
/Linux-v5.4/Documentation/ABI/testing/
Devm52 done in the initramfs, which has already been measured
/Linux-v5.4/drivers/base/firmware_loader/
DKconfig44 initramfs.
112 whatever reason cannot place the required firmware in initramfs.
/Linux-v5.4/arch/unicore32/configs/
Ddefconfig8 # Initial RAM filesystem and RAM disk (initramfs/initrd) support
/Linux-v5.4/Documentation/arm/keystone/
Dknav-qmss.rst48 To use copy the firmware image to lib/firmware folder of the initramfs or
/Linux-v5.4/Documentation/power/
Dswsusp-and-swap-files.rst53 to a swap file allowing the resume to be initiated from an initrd or initramfs
/Linux-v5.4/scripts/package/
Dmkspec121 new-kernel-pkg --remove $KERNELRELEASE --rminitrd --initrdfile=/boot/initramfs-$KERNELRELEASE.img
/Linux-v5.4/fs/
DKconfig.binfmt89 module from an initramfs, the portion of the initramfs before loading
/Linux-v5.4/Documentation/filesystems/nfs/
Dnfsroot.txt14 non-disk device. This may be an initramfs (see Documentation/filesystems/
15 ramfs-rootfs-initramfs.txt), a ramdisk (see Documentation/admin-guide/initrd.rst) or a
218 (e.g. an initrd/initramfs script that passes the IP addresses listed in
/Linux-v5.4/fs/proc/
DKconfig57 recovery kernel's initramfs to collect its underlying device

12