A personal Linux distribution project built from Arch Linux.
- Understand every major component of the operating system.
- Build a reproducible Linux environment from scratch.
- Learn Linux internals through practical implementation.
- Create an installation process that can reproduce the entire system.
- Eventually generate a custom installation ISO.
- Creating a general-purpose Linux distribution for other users.
- Maintaining custom package repositories.
- Replacing Arch Linux.
Every component should be chosen intentionally.
No configuration should exist without a documented purpose.
If a component cannot be explained, it should be researched and documented before becoming part of the system.
- Phase 1: Base Arch Installation
- Phase 2: Core System Configuration
- Phase 3: Desktop Environment
- Phase 4: Development Environment
- Phase 5: Installation Automation
- Phase 6: Custom ISO Generation