Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Trivial Documentation/filesystems/ramfs-rootfs-initramfs.txt fix

A very minor patch on ramfs-rootfs-initramfs.txt: update the location
where CONFIG_INITRAMFS_SOURCE lives in menuconfig

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Acked-by: Rob Landley <rob@landley.net>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

frans and committed by
Linus Torvalds
1838e392 42182c78

+6 -6
+6 -6
Documentation/filesystems/ramfs-rootfs-initramfs.txt
··· 130 130 archive and links it into the resulting kernel binary. By default, this 131 131 archive is empty (consuming 134 bytes on x86). 132 132 133 - The config option CONFIG_INITRAMFS_SOURCE (for some reason buried under 134 - devices->block devices in menuconfig, and living in usr/Kconfig) can be used 135 - to specify a source for the initramfs archive, which will automatically be 136 - incorporated into the resulting binary. This option can point to an existing 137 - gzipped cpio archive, a directory containing files to be archived, or a text 138 - file specification such as the following example: 133 + The config option CONFIG_INITRAMFS_SOURCE (in General Setup in menuconfig, 134 + and living in usr/Kconfig) can be used to specify a source for the 135 + initramfs archive, which will automatically be incorporated into the 136 + resulting binary. This option can point to an existing gzipped cpio 137 + archive, a directory containing files to be archived, or a text file 138 + specification such as the following example: 139 139 140 140 dir /dev 755 0 0 141 141 nod /dev/console 644 0 0 c 5 1