A custom ISO builder that streamlines Omarchy installations by integrating the Omarchy Configurator and Installer.
Omarchy ISO is a custom ISO builder designed to streamline the installation of Omarchy, a Linux distribution based on Arch Linux. It includes the Omarchy Configurator as a front-end to archinstall and automatically launches the Omarchy Installer after the base Arch system is set up, simplifying the entire installation process.
Developers and system administrators who need to create, test, and distribute custom installation media for Omarchy or similar Arch-based distributions.
It automates the creation of reliable installation ISOs with integrated configuration tools, reducing manual steps and ensuring a consistent setup experience compared to manual Arch Linux installations.
Omarchy ISO is a tool for creating custom installation media for Omarchy, a Linux distribution based on Arch Linux. It packages the Omarchy Configurator as a front-end to archinstall and automatically launches the Omarchy Installer after the base Arch system is set up, simplifying the installation process.
Omarchy ISO aims to simplify and automate the creation of reliable installation media, ensuring a consistent and streamlined setup experience for Omarchy users.
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Provides a front-end to archinstall, simplifying configuration for Arch-based installations, as mentioned in the README's description of the Omarchy Configurator.
Includes scripts for creating, testing, signing, and uploading ISOs in a single flow, reducing manual steps and ensuring consistency, as highlighted in the 'Full release of the ISO' section.
Allows building from local sources or development branches using environment variables like OMARCHY_INSTALLER_REPO and OMARCHY_INSTALLER_REF, enabling testing of forks or feature branches.
Offers tools like ./bin/omarchy-iso-boot to test ISOs before release, ensuring reliability and catching issues early in the process.
Specifically designed for Omarchy and Arch Linux, making it unsuitable for other Linux distributions without significant code modifications, as indicated by its tight integration with Omarchy components.
Requires command-line usage for all operations, which may be less accessible for users unfamiliar with terminal commands or preferring graphical tools.
Relies on tools like rclone for uploading and GPG for signing, adding setup overhead and potential points of failure for full automation, as noted in the uploading and signing sections.