tinyramfs: kill command isn't actually needed

This commit is contained in:
illiliti 2021-05-16 02:39:18 +03:00
parent a5e572c0c3
commit 81370bb5ac
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
# https://www.shellcheck.net/wiki/SC2016
# shellcheck disable=2154,2016
for _binary in mdev find; do
for _binary in mdev find kill; do
copy_binary "$_binary"
done

View File

@ -5,7 +5,7 @@
# https://www.shellcheck.net/wiki/SC2016
# shellcheck disable=2154,2016
for _binary in mdevd mdevd-coldplug; do
for _binary in mdevd mdevd-coldplug kill; do
copy_binary "$_binary"
done

View File

@ -117,7 +117,7 @@ prepare_initramfs()
ln -s bin "${tmpdir}/usr/sbin"
for _binary in \
\[ sh ln env kill mkdir sleep mount \
\[ sh ln env mkdir sleep mount \
printf switch_root "$helper"
do
copy_binary "$_binary"