Skip to content
Snippets Groups Projects
Commit a4c968e7 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

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: default avatarMasahiro Yamada <masahiroy@kernel.org>
Reviewed-by: default avatarGreg Thelen <gthelen@google.com>
parent 9a04dc52
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment