From cd74988efb3d19008bd10ed82e54df0aab50ad3c Mon Sep 17 00:00:00 2001 From: Googulator Date: Wed, 17 Apr 2024 02:29:01 +0200 Subject: [PATCH] fix typos --- parts.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/parts.rst b/parts.rst index cd9e3cc..76e2ff3 100644 --- a/parts.rst +++ b/parts.rst @@ -831,7 +831,7 @@ for the requirements of live-bootstrap, including compiler features, drivers, and removing modules. Modules are unused. They are difficult to transfer to subsequent systems, and we do not have ``modprobe``. -The linux-libre scripts are no longer used to deblob the kernel, due to undersirable +The linux-libre scripts are no longer used to deblob the kernel, due to undesirable modifications they make beyond just deblobbing. Instead, the remaining 4 drivers that ship binary blobs in line with source code are stripped using a patch - neither of these drivers are relevant to bootstrapping. @@ -856,7 +856,7 @@ so we do so. finalize_job_count ================== -In ``kernel-bootstrap`` mode,, up until this point, we had no multiprocessor +In ``kernel-bootstrap`` mode, up until this point, we had no multiprocessor support, and very limited RAM, so all builds used only one thread. At this point, we allow the full selected thread count to take effect, speeding up subsequent builds thanks to parallelization.