From 81370bb5ac47a8597b4f17bf612a67c755b4e738 Mon Sep 17 00:00:00 2001 From: illiliti Date: Sun, 16 May 2021 02:39:18 +0300 Subject: [PATCH] tinyramfs: kill command isn't actually needed --- hooks/mdev/mdev | 2 +- hooks/mdevd/mdevd | 2 +- tinyramfs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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"