diff options
| author | Craig Jennings <c@cjennings.net> | 2026-02-23 11:52:51 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-02-23 11:52:51 -0600 |
| commit | c7608c8ba7757fa49ca02c068a4b0473e7f825dc (patch) | |
| tree | 03e0123799a4d235119d8abad9abb3b93f118cb1 /README.org | |
| parent | 8f94213e5aa09f8fae1b79497322ad0877c9f909 (diff) | |
| download | archangel-c7608c8ba7757fa49ca02c068a4b0473e7f825dc.tar.gz archangel-c7608c8ba7757fa49ca02c068a4b0473e7f825dc.zip | |
docs: reorganize README features and fix table formatting
Diffstat (limited to 'README.org')
| -rw-r--r-- | README.org | 24 |
1 files changed, 12 insertions, 12 deletions
@@ -4,7 +4,7 @@ * Overview -archangel is a custom Arch Linux ISO build system that creates a live environment +Archangel is a custom Arch Linux ISO build system that creates a live environment optimized for installing Arch Linux on ZFS or Btrfs root filesystems. It provides an interactive installer with support for encrypted filesystems, multi-disk RAID configurations, and automatic snapshot management. @@ -15,26 +15,26 @@ manual module loading or package installation during the install process. * Features - *Dual Filesystem Support* - Choose ZFS or Btrfs during installation +- *SSH Ready* - Optional SSH with root login for headless servers - *Native Encryption* - ZFS encryption or LUKS2 for Btrfs - *Multi-Disk RAID* - Mirror, stripe, raidz1/2/3 (ZFS) or RAID0/1/10 (Btrfs) +- *Snapshot Boot* - ZFSBootMenu (ZFS) or grub-btrfs (Btrfs) for booting snapshots - *EFI Boot Redundancy* - Bootloader installed on all disks for resilience - *fzf-Based Interface* - Fuzzy search for timezone, locale, keymap, disk, RAID, and WiFi selection -- *Genesis Snapshot* - Automatic pristine-state snapshot after installation -- *Snapshot Boot* - ZFSBootMenu (ZFS) or grub-btrfs (Btrfs) for booting snapshots - *NetworkManager* - WiFi configuration copied to installed system -- *SSH Ready* - Optional SSH with root login for headless servers +- *Genesis Snapshot* - Automatic pristine-state snapshot after installation - *LTS Kernel* - Uses linux-lts for stability ** Filesystem Comparison -| Feature | ZFS | Btrfs | -|---------+-----+-------| -| Bootloader | ZFSBootMenu | GRUB + grub-btrfs | -| Encryption | Native ZFS encryption | LUKS2 | -| Snapshots | zfs snapshot | snapper | -| Snapshot boot | Built into ZFSBootMenu | grub-btrfs menu | -| RAID support | mirror, raidz1/2/3, stripe | RAID0, RAID1, RAID10 | -| EFI size | 512MB | 1GB | +| Feature | ZFS | Btrfs | +|---------------+--------------------------------------+----------------------| +| Bootloader | ZFSBootMenu | GRUB + grub-btrfs | +| Encryption | Native ZFS encryption | LUKS2 | +| Snapshots | cj: internal tool with custom script | snapper | +| Snapshot boot | Built into ZFSBootMenu | grub-btrfs menu | +| RAID support | mirror, raidz1/2/3, stripe | RAID0, RAID1, RAID10 | +| EFI size | 512MB | 1GB | * Quick Start |
