From 9d69f4f9eab8f567c48d13f6834e3a0f9409058b Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Sat, 16 Dec 2023 18:50:36 -0600 Subject: [PATCH] words --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8460978..4a177b1 100644 --- a/README.md +++ b/README.md @@ -9,13 +9,12 @@ use. Some utilities have been left in for convenience (*ie:* `wget`, `less`, `fi Size is *not* a priority for this image/project. Currency *(time, not money)* and convenience *are* the priorities. -The `steamcmd` libraries are made available using `ld.so.conf.d`. -Most other images juggle symlinks instead. +## Tweaks -## Fedora tweaks +The `steamcmd` libraries are made available using `ld.so.conf.d`. This *should* be +preferable to the usual solution: *juggling copies/symlinks*. -These are all for the package manager, `dnf`. -The goal is to both reduce resource usage *and* improve performance: +Below are the adjustments made to the package manager `dnf`. - `max_parallel_downloads`: Raised to the limit of 20. Leverages faster networks / more connections.