Skip to content

Commit

Permalink
Fix the formatting for boot environments feature
Browse files Browse the repository at this point in the history
  • Loading branch information
pkgdemon authored Jan 18, 2024
1 parent 72f53d7 commit 3b80189
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ MaloneyOS is a distinct Linux distribution crafted for personal use. Unlike typi

- **Streamlined Bootloader Configuration:** By opting for a single ZFS pool instead of `bpool/rpool`, the need for tools like `zsys` to prevent grub-related issues is eliminated. Additionally, the inclusion of ZFSbootmenu, when paired with zectl` accessible through the installation of from AUR, allows for easy management and display of boot environments.

- **Boot Environments for System Rollback:**

One distinctive feature of MaloneyOS is the use of separate home and root datasets, which facilitates a robust approach to system changes and updates. This separation allows the implementation of boot environments for efficient rollback. If a system update introduces unexpected issues or conflicts, users can seamlessly roll back to a previous boot environment without compromising their personal data.
- **Boot Environments for System Rollback:** One distinctive feature of MaloneyOS is the use of separate home and root datasets, which facilitates a robust approach to system changes and updates. This separation allows the implementation of boot environments for efficient rollback. If a system update introduces unexpected issues or conflicts, users can seamlessly roll back to a previous boot environment without compromising their personal data.

- **Custom Installer:** MaloneyOS features a custom installer developed to provide a deeper level of customization over the ZFS layout in backend.py. This decision was motivated by the desire to learn PyQT5 and overcome challenges encountered with packaging Calamares from the AUR. The result is a distribution that reflects a commitment to both functionality and personal learning goals.

Expand Down

0 comments on commit 3b80189

Please sign in to comment.