]> git.ipfire.org Git - thirdparty/linux.git/commit - usr/default_cpio_list
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)
commit4538f41305c3f2c35463c996663dbf6307030ad7
tree3ea57f126a5e2fb321890bdc8ec2670eefbeddb6
parent9668097599aa5fb87351bc2263e06a1c24718d40
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