Documentation: Fix intiramfs script name
[sfrench/cifs-2.6.git] / Documentation / filesystems / ramfs-rootfs-initramfs.rst
index 4598b0d90b6079b42c7b3951b8c93e4df0565ff6..164960631925d05a4684fc5920e63cf204f57663 100644 (file)
@@ -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