Ditana GNU/Linux is an Arch-based distribution that bridges the gap between user-friendly systems and highly customizable environments. It aims to empower Linux enthusiasts with unprecedented control over their computing experience while maintaining a strong focus on security and performance.
The name "Ditana" draws inspiration from Ammi-Ditana, a king of ancient Babylon known for his long and peaceful reign. This historical connection reflects our philosophy in several ways:
- Stability and Longevity: We aim to create a Linux distribution that provides long-term stability and support.
- Continuous Improvement: We are committed to building upon the solid foundation of Arch Linux, continuously improving and optimizing the user experience.
- Cultural Heritage and Innovation: Ditana GNU/Linux combines time-tested principles of Linux with modern innovations in security and customization.
- Detailed Documentation: We emphasize comprehensive documentation and transparency in system operations.
This repository contains the Ditana ISO Builder, a core component of the Ditana GNU/Linux project. The Ditana ISO Builder is responsible for creating the installation media for Ditana GNU/Linux, integrating various packages and configurations to produce a cohesive and functional system.
- Unified ISO: One image for both desktop and headless installations.
- Flexible Installer: A series of dialogs guides you through the installation process, considering complex dependencies based on your hardware and preferences.
- Extensive Customization: From selecting kernel parameters to configuring the desktop environment.
- XFCE Desktop Environment: For desktop installations, with pre-installed enhancements.
- Modular Structure: Many aspects of Ditana have been separated into individual Arch packages.
- Hardware Optimization: Automatic detection and adaptation to your hardware.
- Enhanced Security: Pre-configured security features and kernel settings.
- Performance Tuning: Intelligent system optimizations for peak performance.
This repository (ditana-installer
) contains the Ditana installer and is based on the /usr/share/archiso/configs/releng/
directory of the Arch archiso
package.
- The
archiso
branch maintains the original state of thearchiso
package for easy merging of updates. - The
build.sh
script in the root directory builds the Ditana ISO. - Key installer scripts:
airootfs/root/main.raku
: Main entry point for the installer.airootfs/root/folders/root/chroot-install.sh
: Chroot installation script.
- Ansible playbooks are used for robust and reliable configuration:
airootfs/root/bind-mount/root/enable-arch-multilib-repo.yaml
airootfs/root/bind-mount/root/configure-grub.yaml
airootfs/root/bind-mount/root/configure-mkinitcpio.yaml
airootfs/root/ansible/configure_locale.yaml
Ditana follows a modular approach, with many components packaged as separate Arch packages. These packages are available through the official Ditana repository. For a detailed description of each package, please navigate to its GitHub repository.
- ditana-filesystem
- ditana-network
- ditana-assistant
- ditana-ramdisk
- ditana-config-shell
- ditana-print-system-infos
- ditana-update-from-skel
- ditana-mirrorlist
- ditana-testing-mirrorlist
- ditana-koboldcpp
- ditana-config-bash
- ditana-config-zsh
- ditana-config-coredumps
- ditana-config-kitty
- ditana-config-logseq
- ditana-config-micro
- ditana-config-vscode
Unlike the packages in previous categories, the following do not have Ditana-specific GitHub repositories. These packages are built directly from the Arch User Repository (AUR) and are provided in the Ditana package repository for seamless installation via pacman:
Ditana utilizes Chaotic-AUR to streamline the installation process of AUR packages. This integration significantly reduces build times and computational overhead by providing pre-built packages from the AUR. By default, Chaotic-AUR support is enabled in Ditana, but users have the option to disable it during the installation process.
We extend our heartfelt gratitude to the maintainers of Chaotic-AUR for their invaluable contribution to the Arch Linux community. Their work greatly enhances the user experience by making AUR packages more accessible and easier to manage.
It’s worth noting that the packages listed in this "Repackaged AUR Contributions" section are not available in Chaotic-AUR. These AUR packages are repackaged for the Ditana repository because they are either dependencies for other Ditana-specific packages listed in the previous categories, or for the Ditana installer. By including these repackaged AUR contributions, we ensure a smooth and integrated experience for Ditana users, maintaining consistency across the entire system.
Main server: https://ditana.org/ditana
The Ditana repository is powered by Cloudflare, which provides caching and content delivery network (CDN) services. This setup offers several advantages:
- Improved global accessibility and reduced latency
- Enhanced reliability and uptime
- Protection against DDoS attacks
- Automatic SSL/TLS encryption
To use Ditana packages in a non-Ditana Arch-based system, follow these steps:
-
Add the following to the end of your
/etc/pacman.conf
:[ditana] Include = /etc/pacman.d/ditana-mirrorlist
-
Create a file named
/etc/pacman.d/ditana-mirrorlist
with the following content:Server = https://ditana.org/$repo/$arch
-
Update your package database:
sudo pacman -Sy
You can now install Ditana packages using pacman
.
We welcome contributions to Ditana GNU/Linux! If you'd like to contribute, please:
- Fork the repository
- Create a new branch for your feature
- Commit your changes
- Push to the branch
- Create a new Pull Request
This repository, i.e. the Ditana installer itself, is licensed under FOSS GPL-3.0-or-later without dual licensing. This license does not apply to the installed system and software packages.
In the installation dialogs, we categorize software as either FOSS
(Free and Open
Source Software) or CLOSED
(non-open source software). After this category, the specific
license identifier for each package is provided, see https://spdx.org/licenses for details.
Please note that some software, including FOSS, may be dual-licensed, but commercial use or distribution is still permitted under the FOSS license as long as its terms are met. If you plan to use dual-licensed software in a commercial setting, reviewing its full license details may offer additional flexibility and benefits.
For support and discussions, join our Discord server.
For more information, visit our website at https://ditana.org.