diff --git a/hooks/mdev/mdev b/hooks/mdev/mdev index 4c1c16e..d429684 100644 --- a/hooks/mdev/mdev +++ b/hooks/mdev/mdev @@ -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 diff --git a/hooks/mdevd/mdevd b/hooks/mdevd/mdevd index fba6808..2e9a33c 100644 --- a/hooks/mdevd/mdevd +++ b/hooks/mdevd/mdevd @@ -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 diff --git a/tinyramfs b/tinyramfs index 8094db5..9ca0404 100755 --- a/tinyramfs +++ b/tinyramfs @@ -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"