Skip to content

Commit

Permalink
gen_initramfs_list.sh: fix the tool name in the comment
Browse files Browse the repository at this point in the history
There is no tool named "gen_initramfs". The correct name is
"gen_init_cpio".

Signed-off-by: Masahiro Yamada <[email protected]>
Reviewed-by: Greg Thelen <[email protected]>
  • Loading branch information
masahir0y committed Jan 14, 2020
1 parent 9a04dc5 commit a4c968e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/gen_initramfs_list.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a4c968e

Please sign in to comment.