Updated Booting Modes and Compression (markdown)

Donald A. Cupp Jr. 2024-12-15 12:35:35 -07:00
parent ec8a8132a5
commit 72908aee47

@ -2,7 +2,7 @@
ThinStation supports several booting modes, each with unique characteristics and use cases.
## LiveCD Mode
## LiveCD Mode - ** Doesn't work with Fedora kernels.
**Description:** LiveCD mode operates similarly to many other projects. It involves an `initrd` file encapsulated in a `squashfs` archive, loaded into memory at boot. An early boot process involves creating a temporary file system (`tmpfs`) which merges with the read-only (RO) filesystem to create a read-write (RW) filesystem. The system then transitions to this new union filesystem to continue operations.
**Pros:**