970177482b
- 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
615 B
615 B
SamiOS Build System
Overview
This directory contains the archiso profile for building SamiOS ISO images.
Structure
profiledef.sh- ISO profile definitionpackages.x86_64- Package list for x86_64 architecturebuild.sh- Build scriptairootfs/- Files to overlay on the live systemsyslinux/- Syslinux bootloader configurationgrub/- GRUB bootloader configurationefiboot/- EFI boot configuration
Building
./build.sh
Requirements
- Arch Linux (or compatible)
- archiso package
- Root privileges
Output
ISO files are generated in the out/ directory.