From 2beae39208e6db8dd3070503179964bddcbc2169 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Fri, 13 Dec 2024 19:15:33 -0600 Subject: [PATCH] busybox: Enable find applet The `install-update` script uses `find` to identify the kernel image included in the new root filesystem. --- busybox.symlinks | 1 + portage/savedconfig/sys-apps/busybox | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/busybox.symlinks b/busybox.symlinks index 4994e8c..ad2e440 100644 --- a/busybox.symlinks +++ b/busybox.symlinks @@ -8,6 +8,7 @@ du echo env false +find free fsync fuser diff --git a/portage/savedconfig/sys-apps/busybox b/portage/savedconfig/sys-apps/busybox index 6b73981..200f0ab 100644 --- a/portage/savedconfig/sys-apps/busybox +++ b/portage/savedconfig/sys-apps/busybox @@ -441,7 +441,7 @@ CONFIG_FEATURE_VI_UNDO_QUEUE_MAX=0 # # Finding Utilities # -# CONFIG_FIND is not set +CONFIG_FIND=y # CONFIG_FEATURE_FIND_PRINT0 is not set # CONFIG_FEATURE_FIND_MTIME is not set # CONFIG_FEATURE_FIND_MMIN is not set