aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems/ramfs-rootfs-initramfs.rst
diff options
context:
space:
mode:
authorRobert Richter <rrichter@amd.com>2021-07-15 11:26:02 +0200
committerMasahiro Yamada <masahiroy@kernel.org>2021-07-18 23:48:14 +0900
commit5e60f363b38fd40e4d8838b5d6f4d4ecee92c777 (patch)
treeb3560bc58bd51a8e2cd04afe65a9e4a4f91dcdf5 /Documentation/filesystems/ramfs-rootfs-initramfs.rst
parentKbuild: lto: fix module versionings mismatch in GNU make 3.X (diff)
downloadlinux-dev-5e60f363b38fd40e4d8838b5d6f4d4ecee92c777.tar.xz
linux-dev-5e60f363b38fd40e4d8838b5d6f4d4ecee92c777.zip
Documentation: Fix intiramfs script name
Documentation was not changed when renaming the script in commit 80e715a06c2d ("initramfs: rename gen_initramfs_list.sh to gen_initramfs.sh"). Fixing this. Basically does: $ sed -i -e s/gen_initramfs_list.sh/gen_initramfs.sh/g $(git grep -l gen_initramfs_list.sh) Fixes: 80e715a06c2d ("initramfs: rename gen_initramfs_list.sh to gen_initramfs.sh") Signed-off-by: Robert Richter <rrichter@amd.com> Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to '')
-rw-r--r--Documentation/filesystems/ramfs-rootfs-initramfs.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/filesystems/ramfs-rootfs-initramfs.rst b/Documentation/filesystems/ramfs-rootfs-initramfs.rst
index 4598b0d90b60..164960631925 100644
--- a/Documentation/filesystems/ramfs-rootfs-initramfs.rst
+++ b/Documentation/filesystems/ramfs-rootfs-initramfs.rst
@@ -170,7 +170,7 @@ Documentation/driver-api/early-userspace/early_userspace_support.rst for more de
The kernel does not depend on external cpio tools. If you specify a
directory instead of a configuration file, the kernel's build infrastructure
creates a configuration file from that directory (usr/Makefile calls
-usr/gen_initramfs_list.sh), and proceeds to package up that directory
+usr/gen_initramfs.sh), and proceeds to package up that directory
using the config file (by feeding it to usr/gen_init_cpio, which is created
from usr/gen_init_cpio.c). The kernel's build-time cpio creation code is
entirely self-contained, and the kernel's boot-time extractor is also