]> git.baikalelectronics.ru Git - kernel.git/commit
initramfs: add default_cpio_list, and delete -d option support
authorMasahiro Yamada <masahiroy@kernel.org>
Sat, 4 Jan 2020 15:02:35 +0000 (00:02 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Wed, 15 Jan 2020 15:25:22 +0000 (00:25 +0900)
commita4e5cfed3485ebcb272ff3e05d3ba687445d5448
tree3ea57f126a5e2fb321890bdc8ec2670eefbeddb6
parentbd45ce676168831435aa0f71a0d1f1868f6bd337
initramfs: add default_cpio_list, and delete -d option support

When CONFIG_INITRAMFS_SOURCE is empty, the Makefile passes the -d
option to gen_initramfs.sh to create the default initramfs, which
contains /dev, /dev/console, and /root.

This commit simplifies the default behavior; remove the -d option,
and add the default cpio list.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
usr/Makefile
usr/default_cpio_list [new file with mode: 0644]
usr/gen_initramfs.sh