]> Git Repo - linux.git/commit
initramfs: rename gen_initramfs_list.sh to gen_initramfs.sh
authorMasahiro Yamada <[email protected]>
Sat, 4 Jan 2020 15:02:29 +0000 (00:02 +0900)
committerMasahiro Yamada <[email protected]>
Tue, 14 Jan 2020 01:42:44 +0000 (10:42 +0900)
commit80e715a06c2d0a24dbb818bb1dba2ef0f20d7068
tree4d93371e29de5db45a513dadb2f6a6bb3d03125e
parenta4c968e70f68d81276def017fcb1468e3930aa1d
initramfs: rename gen_initramfs_list.sh to gen_initramfs.sh

The comments in usr/Makefile wrongly refer to the script name (twice).

Line 37:
    # The dependency list is generated by gen_initramfs.sh -l

Line 54:
    # 4) Arguments to gen_initramfs.sh changes

There does not exist such a script.

I was going to fix the comments, but after some consideration, I thought
"gen_initramfs.sh" would be more suitable than "gen_initramfs_list.sh"
because it generates an initramfs image in the common usage.

The script generates a list that can be fed to gen_init_cpio only when
it is directly run without -o or -l option.

Signed-off-by: Masahiro Yamada <[email protected]>
usr/Makefile
usr/gen_initramfs.sh [new file with mode: 0755]
usr/gen_initramfs_list.sh [deleted file]
This page took 0.060034 seconds and 4 git commands to generate.