From: Masahiro Yamada Date: Sat, 4 Jan 2020 15:02:28 +0000 (+0900) Subject: gen_initramfs_list.sh: fix the tool name in the comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=a4c968e70f68d81276def017fcb1468e3930aa1d;p=linux.git 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 Reviewed-by: Greg Thelen --- diff --git a/usr/gen_initramfs_list.sh b/usr/gen_initramfs_list.sh index 909a7b865aa71..1fd93414fb375 100755 --- a/usr/gen_initramfs_list.sh +++ b/usr/gen_initramfs_list.sh @@ -189,7 +189,7 @@ dir_filelist() { # if only one file is specified and it is .cpio file then use it direct as fs # if a directory is specified then add all files in given direcotry to fs -# if a regular file is specified assume it is in gen_initramfs format +# if a regular file is specified assume it is in gen_init_cpio format input_file() { source="$1" if [ -f "$1" ]; then