From fd6510c9408064b05421841f71be9448bb5da41e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Ravier?= Date: Mon, 29 Nov 2021 12:27:06 +0100 Subject: [PATCH] images: Make locate(1) opt-in by default Currently, the entry point of a Toolbox container runs updatedb(8) on start-up, which can be very I/O intensive. This might be a hindrance when troubleshooting performance problems on a host, or when re-creating containers somewhat more frequently. Users can install the mlocate RPM and restart their containers to enable locate(1). Only the images for currently maintained Fedoras (ie., 34, 35 and 36) were updated. https://github.com/containers/toolbox/pull/938 --- images/fedora/f34/extra-packages | 1 - images/fedora/f35/extra-packages | 1 - images/fedora/f36/extra-packages | 1 - 3 files changed, 3 deletions(-) diff --git a/images/fedora/f34/extra-packages b/images/fedora/f34/extra-packages index 105f5b0..52bf3f3 100644 --- a/images/fedora/f34/extra-packages +++ b/images/fedora/f34/extra-packages @@ -20,7 +20,6 @@ less lsof man-db man-pages -mlocate mtr nano-default-editor nss-mdns diff --git a/images/fedora/f35/extra-packages b/images/fedora/f35/extra-packages index 105f5b0..52bf3f3 100644 --- a/images/fedora/f35/extra-packages +++ b/images/fedora/f35/extra-packages @@ -20,7 +20,6 @@ less lsof man-db man-pages -mlocate mtr nano-default-editor nss-mdns diff --git a/images/fedora/f36/extra-packages b/images/fedora/f36/extra-packages index 105f5b0..52bf3f3 100644 --- a/images/fedora/f36/extra-packages +++ b/images/fedora/f36/extra-packages @@ -20,7 +20,6 @@ less lsof man-db man-pages -mlocate mtr nano-default-editor nss-mdns