feat: add Antergos NeXT Minimal (Xfce) profile — lightweight ISO edition
Introduces iso-profiles/antergos-minimal/, a new Xfce-based profile for building a lightweight Antergos NeXT ISO under the 2 GB GitHub Releases limit (the full Plasma profile produces ~2.15 GB). Profile structure: - profile.yaml: Xfce4 desktop, dinit-only init packages, Falkon browser, minimal app selection, antergos-xfce-theme included in rootfs - root-overlay/: SDDM configured for xfce.desktop, GRUB theme pointed to antergos, xfconf settings for Antergos-NeXT GTK/xfwm4 theme - live-overlay/: Calamares offline + online configs, netinstall with multiple DE options (Plasma, Xfce, Cinnamon, MATE, LXQt, i3, Sway, Hyprland), notesqml@minimal-info step explaining the edition rationale, basestrap operations for antergos-release/grub-theme/keyring, display manager selection (SDDM/LightDM/LXDM/LY), audio services (pipewire), and antergos-xfce-theme in the Xfce subgroup Default Xfce theme is set to Antergos-NeXT (Numix-derived, blue accent) via xfconf XML in both live-overlay and root-overlay skel directories.
This commit is contained in:
@@ -0,0 +1,86 @@
|
||||
---
|
||||
# Antergos NeXT Minimal (Xfce) profile
|
||||
# Based on artools xfce profile with Antergos branding
|
||||
|
||||
live-session:
|
||||
user: antergos
|
||||
password: antergos
|
||||
autologin: true
|
||||
use-xlibre: false
|
||||
services:
|
||||
- acpid
|
||||
- bluetoothd
|
||||
- cronie
|
||||
- cupsd
|
||||
- NetworkManager
|
||||
- sddm
|
||||
- power-profiles-daemon
|
||||
user-services:
|
||||
- dbus
|
||||
- pipewire
|
||||
- pipewire-pulse
|
||||
- wireplumber
|
||||
rootfs:
|
||||
packages:
|
||||
- antergos-release
|
||||
- calamares
|
||||
- calamares-branding-antergos-next-minimal
|
||||
- antergos-next-keyring
|
||||
- antergos-wallpapers
|
||||
- antergos-sddm-theme
|
||||
- falkon
|
||||
- antergos-xfce-theme
|
||||
- xfce4
|
||||
- xfce4-goodies
|
||||
- thunar
|
||||
- thunar-volman
|
||||
- tumbler
|
||||
- xfce4-terminal
|
||||
- mousepad
|
||||
- pavucontrol
|
||||
- gnome-keyring
|
||||
- parole
|
||||
- ristretto
|
||||
packages-init:
|
||||
dinit:
|
||||
- pipewire-dinit
|
||||
- pipewire-pulse-dinit
|
||||
- wireplumber-dinit
|
||||
- dinit-user-spawn
|
||||
- sddm-dinit
|
||||
- networkmanager-dinit
|
||||
- cups-dinit
|
||||
- acpid-dinit
|
||||
- bluez-dinit
|
||||
- cronie-dinit
|
||||
- dbus-dinit
|
||||
- dbus-dinit-user
|
||||
- dhcpcd-dinit
|
||||
- power-profiles-daemon-dinit
|
||||
livefs:
|
||||
packages:
|
||||
- squashfs-tools
|
||||
- calamares-extensions
|
||||
- antergos-grub-theme
|
||||
- antergos-grub-live
|
||||
- broadcom-wl
|
||||
- virtualbox-guest-utils
|
||||
- mkinitcpio-nfs-utils
|
||||
- pipewire
|
||||
- pipewire-pulse
|
||||
- wireplumber
|
||||
- sof-firmware
|
||||
- alsa-firmware
|
||||
- alsa-utils
|
||||
packages-init:
|
||||
dinit:
|
||||
- antergos-live-dinit
|
||||
- acpid-dinit
|
||||
- bluez-dinit
|
||||
- cronie-dinit
|
||||
- cups-dinit
|
||||
- networkmanager-dinit
|
||||
- power-profiles-daemon-dinit
|
||||
- sddm-dinit
|
||||
- pipewire-dinit
|
||||
- wireplumber-dinit
|
||||
Reference in New Issue
Block a user