Chapter 2. Project Vision

Table of Contents

Vision Statement
System Features
Assumptions Made
External Dependencies

For end users and network administrators who need to install Linux on their computers, Project Horizon is a Linux installation system that provides a streamlined way to install Adélie Linux. Unlike other distribution installers, Project Horizon focuses on ease of use, integrity, and allowing customisation while providing good defaults.

  1. Configure the natural language used for user interfaces.

  2. Configure input device behaviour.

  3. Create and modify partition tables, including file systems and mount points.

  4. Connect to wired and wireless networks.

  5. Configure date, time, and timezone.

  6. Select packages and package sets to install.

  7. Configure boot loaders and settings.

  8. Configure user account information, including root password, user name, user password, and user icon.

  9. Install the Adélie Linux system with the specified configuration and customisation.

  10. Install the Adélie Linux system from configuration specified in a file or network location, without user interaction.

  11. Install the Adélie Linux system without requiring a network connection, provided that a local package repository exists.

  1. Project Horizon will be the only official way to install Adélie Linux outside of manual (chroot-based) installation.

  2. Project Horizon will have exclusive control of the target system while it is committing to disk. No other user-facing applications will be allowed to run during this process.

  3. The Horizon UI will run in a graphical display mode, not a text-only mode.

  4. "Full disk encryption" does not include the /boot partition.

  5. A scripted installation performed only using the Horizon Runner will support computers with no graphics.

  6. Package sets will be defined during the requirements phase using feedback from the community and user class representatives.

DEP-1: Input via console-setup.  The system must integrate with the existing console-setup tooling for configuring the keyboard layout.

DEP-2: Partition table formats.  The system must be able to create, read, and modify partition tables and disk labels used on the architectures that the system will be used on. For release 1.0, the following formats have been identified:

  1. Master Boot Record (MBR),

  2. GUID Partition Table (GPT), and

  3. Apple Partition Map (APM).

DEP-3: Network interface manipulation.  The system must be able to manipulate the following aspects of network interface state:

  1. The status of the link (up / down).

  2. The physical (MAC) address, if the interface supports spoofing.

  3. The network address and host address of the interface, using IP versions 4 and/or 6.

    1. Addresses must support manual configuration.

    2. IP version 4 addresses must support automatic configuration via DHCP.

    3. IP version 6 addresses must support automatic configuration via DHCPv6 or SLAAC.

  4. Routes and their metrics.

  5. For wireless links, access point / BSSID and authentication, including discovery of nearby networks and manual entry for hidden networks.

  6. DNS resolver configuration, including nameservers and search domains.

DEP-4: Package manager.  The system must be able to interface with the package manager in the following ways:

  1. To determine the estimated disk space required by the packages selected.

  2. To determine if any conflicts exist between packages selected.

  3. To install packages into a specified root directory.

  4. To select the repositories and signing keys used during installation.

  5. To select the repositories and signing keys used in the installed operating environment.

DEP-5: Boot loaders.  The system must be able to configure multiple different types of bootloaders. For release 1.0, the following formats have been identified:

  1. GRUB 2.

  2. syslinux.

  3. U-Boot.

DEP-6: Network script loading.  The system must be able to read an HorizonScript file from network locations. The protocols supported for release 1.0 include:

  1. HTTP/1.1.

  2. HTTPS (HTTP/1.1 with TLS 1.2 or higher).

  3. TFTP.

  4. SFTP (subsystem of SSH).

  5. CIFS/SMB.

DEP-7: File systems.  The system must be able to create and write data to the following file systems.

  1. ext3.

  2. ext4.

  3. XFS.

  4. JFS.

  5. ext2.

  6. vfat.

  7. HFS+.