summaryrefslogtreecommitdiff
path: root/mkinitramfs
diff options
context:
space:
mode:
Diffstat (limited to 'mkinitramfs')
-rwxr-xr-xmkinitramfs3
1 files changed, 1 insertions, 2 deletions
diff --git a/mkinitramfs b/mkinitramfs
index 5d35386..676c770 100755
--- a/mkinitramfs
+++ b/mkinitramfs
@@ -19,7 +19,6 @@
# Hash of fully-qualified binaries
declare -a fqbins
-
#
# Searches PATH for all binaries listed as function arguments. Each found
# binary is then put into the global "bins" array.
@@ -204,7 +203,7 @@ function main {
# List of binaries to exist in the new initramfs
# Standard shell binaries
- resolve_bins bash cat pidof ps ls clear cut grep less blkid switch_root kill
+ resolve_bins bash cat pidof ps ls clear grep less switch_root kill
# Module management
resolve_bins udevadm udevd modprobe rmmod
# For encrypted and block device support

Generated by cgit