diff --git a/Booting-Modes-and-Compression.md b/Booting-Modes-and-Compression.md index 69e98b6..e487d58 100644 --- a/Booting-Modes-and-Compression.md +++ b/Booting-Modes-and-Compression.md @@ -39,8 +39,8 @@ ThinStation supports several booting modes, each with unique characteristics and **Description:** Exclusive to ThinStation, Fastboot mode splits the filesystem into essential early-boot components and additional components loaded later. It includes two sub-modes: standard and `lotsofmem`. ### Standard Sub-mode -- **Process:** Critical libraries and binaries are relocated to the `fastboot` subdirectory, with their original locations linked until `/lib` contains only links. This modified filesystem is then compressed into an `initrd`. Additional OS requirements are compressed into a `squashfs` archive. -- **Boot Process:** The `initrd` decompresses into memory, starting execution. The `squashfs` archive is mounted from boot media at `/lib` early during initialization. +- **Process:** Critical libraries and binaries are relocated to the `fastboot` subdirectory, with their original locations linked until `/lib64` contains only links. This modified filesystem is then compressed into an `initrd`. Additional OS requirements are compressed into a `squashfs` archive. +- **Boot Process:** The `initrd` decompresses into memory, starting execution. The `squashfs` archive is mounted from boot media at `/lib64` early during initialization. **Pros:** - Lowest memory usage.