mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-03 04:42:13 +00:00
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>
This commit is contained in:
parent
9a04dc5298
commit
a4c968e70f
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ dir_filelist() {
|
||||||
|
|
||||||
# if only one file is specified and it is .cpio file then use it direct as fs
|
# 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 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() {
|
input_file() {
|
||||||
source="$1"
|
source="$1"
|
||||||
if [ -f "$1" ]; then
|
if [ -f "$1" ]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue