tinyramfs: kill command isn't actually needed
This commit is contained in:
parent
a5e572c0c3
commit
81370bb5ac
@ -5,7 +5,7 @@
|
|||||||
# https://www.shellcheck.net/wiki/SC2016
|
# https://www.shellcheck.net/wiki/SC2016
|
||||||
# shellcheck disable=2154,2016
|
# shellcheck disable=2154,2016
|
||||||
|
|
||||||
for _binary in mdev find; do
|
for _binary in mdev find kill; do
|
||||||
copy_binary "$_binary"
|
copy_binary "$_binary"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
# https://www.shellcheck.net/wiki/SC2016
|
# https://www.shellcheck.net/wiki/SC2016
|
||||||
# shellcheck disable=2154,2016
|
# shellcheck disable=2154,2016
|
||||||
|
|
||||||
for _binary in mdevd mdevd-coldplug; do
|
for _binary in mdevd mdevd-coldplug kill; do
|
||||||
copy_binary "$_binary"
|
copy_binary "$_binary"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
@ -117,7 +117,7 @@ prepare_initramfs()
|
|||||||
ln -s bin "${tmpdir}/usr/sbin"
|
ln -s bin "${tmpdir}/usr/sbin"
|
||||||
|
|
||||||
for _binary in \
|
for _binary in \
|
||||||
\[ sh ln env kill mkdir sleep mount \
|
\[ sh ln env mkdir sleep mount \
|
||||||
printf switch_root "$helper"
|
printf switch_root "$helper"
|
||||||
do
|
do
|
||||||
copy_binary "$_binary"
|
copy_binary "$_binary"
|
||||||
|
Loading…
Reference in New Issue
Block a user