From 735feb80cebfe28bea626063a313111b7b1c13c9 Mon Sep 17 00:00:00 2001 From: qoijjj <129108030+qoijjj@users.noreply.github.com> Date: Wed, 21 Aug 2024 15:29:27 -0700 Subject: [PATCH] feat: set Recommends=false by default to minimize layer size (#316) https://github.com/coreos/rpm-ostree/pull/4974 https://github.com/ublue-os/main/issues/632 --- files/etc/rpm-ostreed.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/files/etc/rpm-ostreed.conf b/files/etc/rpm-ostreed.conf index aa5106e3..747a445f 100644 --- a/files/etc/rpm-ostreed.conf +++ b/files/etc/rpm-ostreed.conf @@ -5,3 +5,4 @@ [Daemon] AutomaticUpdatePolicy=stage #IdleExitTimeout=60 +Recommends=false