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

Configure Feed

Select the types of activity you want to include in your feed.

gen_initramfs_list.sh: fix the tool name in the comment

There is no tool named "gen_initramfs". The correct name is
"gen_init_cpio".

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Greg Thelen <gthelen@google.com>

+1 -1
+1 -1
usr/gen_initramfs_list.sh
··· 189 189 190 190 # if only one file is specified and it is .cpio file then use it direct as fs 191 191 # if a directory is specified then add all files in given direcotry to fs 192 - # if a regular file is specified assume it is in gen_initramfs format 192 + # if a regular file is specified assume it is in gen_init_cpio format 193 193 input_file() { 194 194 source="$1" 195 195 if [ -f "$1" ]; then