Home
last modified time | relevance | path

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

12

/Linux-v4.19/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 …]
D00-INDEX114 ramfs-rootfs-initramfs.txt
115 - info on the 'in memory' filesystems ramfs, rootfs and initramfs.
/Linux-v4.19/Documentation/early-userspace/
Dbuffer-format.txt1 initramfs buffer format
9 (initramfs) protocol. The initramfs contents is passed using the same
11 is different. The initramfs buffer contains an archive which is
13 the initramfs buffer format.
15 The initramfs buffer format is based around the "newc" or "crc" CPIO
18 initramfs buffer is thus a single .cpio.gz file.
20 The full format of the initramfs buffer is defined by the following
28 initramfs := ("\0" | cpio_archive | cpio_gzip_archive)*
39 In human terms, the initramfs buffer contains a collection of
DREADME17 - initramfs, a chunk of code that unpacks the compressed cpio image
22 The cpio file format used by initramfs is the "newc" (aka "cpio -H newc")
60 initramfs image will be an aggregate of all of them. In this way a user
119 custom initramfs images that meet your needs exactly.
140 c) using initramfs. The call to prepare_namespace() must be skipped.
142 into initramfs either via modifying usr/gen_init_cpio.c or via the new
147 comes via an initramfs cpio archive. If this is not the case,
/Linux-v4.19/tools/testing/selftests/rcutorture/doc/
Dinitrd.txt16 Another way to create an initramfs image is using "dracut"[1], which is
17 available on many distros, however the initramfs dracut generates is a cpio
25 dracut --no-hostonly --no-hostonly-cmdline --module "base bash shutdown" /tmp/initramfs.img
29 /usr/lib/dracut/skipcpio /tmp/initramfs.img | zcat | cpio -id < /tmp/initramfs.img
66 mkdir /run/initramfs
68 ln -s /run/initramfs /dev/.initramfs
/Linux-v4.19/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-v4.19/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-v4.19/Documentation/s390/
Dzfcpdump.txt30 The s390 zipl tool looks for the zfcpdump kernel and optional initrd/initramfs
39 initrd. It can also be included in a built-in kernel initramfs. The application
43 initramfs with a user space application that writes the dump to a SCSI
/Linux-v4.19/tools/testing/ktest/examples/
Dkvm.conf56 POST_INSTALL = ${SSH} /sbin/dracut -f /boot/initramfs-test.img $KERNEL_VERSION
/Linux-v4.19/init/
DMakefile12 obj-$(CONFIG_BLK_DEV_INITRD) += initramfs.o
/Linux-v4.19/Documentation/arm/
DBooting21 5. Load initramfs.
134 5. Load initramfs.
140 If an initramfs is in use then, as with the dtb, it must be placed in
/Linux-v4.19/security/integrity/
DKconfig30 usually only added from initramfs.
/Linux-v4.19/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-v4.19/drivers/net/wireless/intel/ipw2x00/
DKconfig38 including the firmware and a firmware loader in an initramfs.
100 including the firmware and a firmware loader in an initramfs.
/Linux-v4.19/Documentation/ABI/testing/
Devm52 done in the initramfs, which has already been measured
/Linux-v4.19/drivers/base/firmware_loader/
DKconfig40 initramfs.
107 whatever reason cannot place the required firmware in initramfs.
/Linux-v4.19/fs/
DKconfig.binfmt88 module from an initramfs, the portion of the initramfs before loading
/Linux-v4.19/arch/unicore32/configs/
Dunicore32_defconfig8 # Initial RAM filesystem and RAM disk (initramfs/initrd) support
/Linux-v4.19/Documentation/power/
Dswsusp-and-swap-files.txt50 to a swap file allowing the resume to be initiated from an initrd or initramfs
/Linux-v4.19/Documentation/arm/keystone/
Dknav-qmss.txt44 To use copy the firmware image to lib/firmware folder of the initramfs or
/Linux-v4.19/scripts/package/
Dmkspec120 new-kernel-pkg --remove $KERNELRELEASE --rminitrd --initrdfile=/boot/initramfs-$KERNELRELEASE.img
/Linux-v4.19/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-v4.19/fs/proc/
DKconfig56 recovery kernel's initramfs to collect its underlying device

12