658a8541e9
SamiOS CI / lint-and-test (push) Successful in 14s
Major update adding full desktop environment support, complete branding suite, and project infrastructure: Desktop (WSL): - KDE Plasma + SDDM + Dolphin/Konsole/Kate/Firefox setup script - Windows 11 dark/light color schemes - PipeWire audio stack - WSLg-compatible launch script - SamiOS CLI tool (v0.2.0) with desktop command Branding: - Logos: face-on-pyramid with and without text (500px) - Icons: square + launcher (256/512/1024px) + SVG vector - Wallpapers: 1920x1080, 4K, clean variant (PIL-generated) - GRUB theme: full cobalt blue (#1424CE) theme with pyramid background - SDDM theme: SamiOS login screen configuration - Branding README with palette, typography, usage guidelines Fonts: - Sami Grotesk (Helvetica-like) as default system/UI font - Sami Sans as secondary - Full Sami font family support (excluding 7777 personal branding) - fontconfig rules mapping Helvetica/Arial → Sami Grotesk - Font policy enforcement in samios CLI Infrastructure: - Automated installer (samios-installer.sh): partition, format, pacstrap, bootloader - PKGBUILD for samios-branding package - Test suite: shell tests for profiledef, packages, pacman.conf, CLI, font policy - Makefile: test, lint, check, build, clean targets - Gitea Actions CI workflow - Voice integration architecture document (SamiType × SamiOS) - Updated roadmap reflecting completed phases
63 lines
946 B
Plaintext
63 lines
946 B
Plaintext
# SamiOS minimal CLI packages
|
|
# Core system
|
|
base
|
|
base-devel
|
|
linux
|
|
linux-firmware
|
|
|
|
# Bootloader
|
|
grub
|
|
efibootmgr
|
|
|
|
# Essential utilities
|
|
bash
|
|
coreutils
|
|
filesystem
|
|
util-linux
|
|
shadow
|
|
sudo
|
|
nano
|
|
vi
|
|
less
|
|
diffutils
|
|
tar
|
|
man-db
|
|
man-pages
|
|
|
|
# Fonts (base sans-serif coverage)
|
|
ttf-dejavu
|
|
ttf-liberation
|
|
|
|
# User directories
|
|
xdg-user-dirs
|
|
|
|
# Networking
|
|
networkmanager
|
|
dhclient
|
|
openssh
|
|
curl
|
|
wget
|
|
|
|
# Filesystem tools
|
|
dosfstools
|
|
e2fsprogs
|
|
btrfs-progs
|
|
gptfdisk
|
|
|
|
# System tools
|
|
systemd-sysvcompat
|
|
arch-install-scripts
|
|
pacman-contrib
|
|
|
|
# Mirror management
|
|
reflector
|
|
|
|
# SamiOS branding is NOT installed via pacman — it is baked into the
|
|
# ISO through the airootfs overlay (see airootfs/usr/share/samios/
|
|
# and airootfs/etc/samios/). The standalone PKGBUILD at
|
|
# packaging/packages/samios-branding/ can also be built for
|
|
# post-install use on a running system.
|
|
|
|
# Excluded: fonts with 7777 in name (personal branding)
|
|
# Excluded: desktop environment (CLI-only for now)
|