From df05e276b219aef49e3eb21d7e366f57f777e26b Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Fri, 19 Nov 2021 02:37:49 +0100 Subject: [PATCH] images: Avoid losing mount(8) by accident The util-linux package was added to ensure the presence of the mount(8) command. Currently the package is already pulled in by various dependencies. Therefore, it doesn't increase the size of the image, but serves as a safeguard against any inadvertent changes. Note that starting from Fedora 35 onwards, the fedora base images no longer have mount(8), which increases the importance of this change. Only the images for currently maintained Fedoras (ie., 34 and 35) were updated. https://github.com/containers/toolbox/issues/929 --- images/fedora/f34/extra-packages | 1 + images/fedora/f35/extra-packages | 1 + 2 files changed, 2 insertions(+) diff --git a/images/fedora/f34/extra-packages b/images/fedora/f34/extra-packages index 34ee156..105f5b0 100644 --- a/images/fedora/f34/extra-packages +++ b/images/fedora/f34/extra-packages @@ -36,6 +36,7 @@ time traceroute tree unzip +util-linux vte-profile wget which diff --git a/images/fedora/f35/extra-packages b/images/fedora/f35/extra-packages index 34ee156..105f5b0 100644 --- a/images/fedora/f35/extra-packages +++ b/images/fedora/f35/extra-packages @@ -36,6 +36,7 @@ time traceroute tree unzip +util-linux vte-profile wget which