From 5980d9b7ba3550868fd723742523d2a0f8b75266 Mon Sep 17 00:00:00 2001 From: Jan Kuparinen Date: Dec 28 2022 19:29:07 +0000 Subject: Update project/modules/ROOT/pages/objectives/minimization-phase-2.adoc Fix typo --- diff --git a/project/modules/ROOT/pages/objectives/minimization-phase-2.adoc b/project/modules/ROOT/pages/objectives/minimization-phase-2.adoc index b695123..422db85 100644 --- a/project/modules/ROOT/pages/objectives/minimization-phase-2.adoc +++ b/project/modules/ROOT/pages/objectives/minimization-phase-2.adoc @@ -79,7 +79,7 @@ Being able to see what's going on is a prerequisite of implementing any changes. * Unnecessary RPM dependencies (although there probably won't be many) * Multiple implementations of the same functionality required by various packages — try to make them use the same one * Context-specific requirements — such as requiring Systemd on traditional deployments being fine vs. requiring it in containers means significant size increases. Leverage weak dependencies in those cases (that might require code changes). -* Dependnecies on large things while only using a fraction of the functionality — such as requiring the whole Perl stack to run a single script — such script can be rewritten to Python which is everywhere mostly because of DNF +* Dependencies on large things while only using a fraction of the functionality — such as requiring the whole Perl stack to run a single script — such script can be rewritten to Python which is everywhere mostly because of DNF **Engage with upstream developers** regarding bigger changes in packaging and architecture. An example is Systemd and splitting the __systemd-sysuser__ package.