Files
samios/packaging/archiso/README.md
T
Sami Ahmed 970177482b v0.1.0: Initial SamiOS archiso profile
- Basic archiso profile with CLI-only system
- Custom 'samios' CLI tool for system management
- BIOS (syslinux) and UEFI (grub) boot support
- System configuration (hostname, locale, network)
- Automated script for first boot
- Mirror selection utility
- Documentation (README, installation guide, roadmap)
- Font policy: excludes fonts with '7777' in name

Next: automated installer, desktop environment, testing
2026-08-11 01:12:07 -07:00

615 B

SamiOS Build System

Overview

This directory contains the archiso profile for building SamiOS ISO images.

Structure

  • profiledef.sh - ISO profile definition
  • packages.x86_64 - Package list for x86_64 architecture
  • build.sh - Build script
  • airootfs/ - Files to overlay on the live system
  • syslinux/ - Syslinux bootloader configuration
  • grub/ - GRUB bootloader configuration
  • efiboot/ - EFI boot configuration

Building

./build.sh

Requirements

  • Arch Linux (or compatible)
  • archiso package
  • Root privileges

Output

ISO files are generated in the out/ directory.