From 3b80189f3a3a77f50c3990dc4015844baca8dd5c Mon Sep 17 00:00:00 2001 From: Joe Maloney Date: Wed, 17 Jan 2024 21:26:53 -0500 Subject: [PATCH] Fix the formatting for boot environments feature --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 080bbb7..9396b55 100644 --- a/README.md +++ b/README.md @@ -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.