Add 4 configurable profiles (stable-cinnamon, stable-niri, mainline-cinnamon, mainline-niri) with a single unified build entry point. - iso/build.sh: replaces build-iso.sh / build-live-iso.sh / build-niri-live-iso.sh; accepts --profile and --type flags - iso/_inner-build-unified.sh: replaces the three _inner-build-*.sh scripts; branches on BUILD_TYPE / DESKTOP / KERNEL_PKG env vars - config/profiles/stable-niri/: new — linux (k6) + niri/Wayland/noctalia - config/profiles/mainline-cinnamon/: new — linux-mainline (k7) + Cinnamon/X11 - config/profiles/mainline-niri/packages.live.list: symlink added - config/profiles/stable-cinnamon/packages.live.list: symlink added - Makefile: PROFILE variable (default stable-cinnamon), shellcheck updated - installer/install.sh: respects DEFAULT_PROFILE env (set by live ISO) - tests/run-qemu-test.sh: passes PROFILE through to build and overlay Live ISOs embed the installer pre-configured for the same profile they were built with (DEFAULT_PROFILE in /etc/profile.d/).
154 lines
2.1 KiB
Plaintext
154 lines
2.1 KiB
Plaintext
# Packages included in the LIVE desktop ISO squashfs for the mainline-cinnamon profile.
|
|
# Boots into a Cinnamon session with the mainline kernel as primary.
|
|
# Includes linux (kernel 6) as a secondary fallback boot entry — same as mainline-niri.
|
|
# Lines beginning with '#' or empty are skipped.
|
|
|
|
# --- base / boot ---
|
|
base-system
|
|
# Mainline (kernel 7) — primary boot kernel
|
|
linux-mainline
|
|
linux-mainline-headers
|
|
# Kernel 6 (stable) — secondary fallback boot entry
|
|
linux
|
|
linux-headers
|
|
linux-firmware
|
|
linux-firmware-network
|
|
intel-ucode
|
|
dracut
|
|
|
|
# --- core userspace ---
|
|
sudo
|
|
bash
|
|
bash-completion
|
|
git
|
|
zenity
|
|
curl
|
|
wget
|
|
vim
|
|
nano
|
|
htop
|
|
tmux
|
|
unzip
|
|
zip
|
|
xz
|
|
rsync
|
|
pciutils
|
|
usbutils
|
|
lsof
|
|
file
|
|
which
|
|
man-pages
|
|
mdocml
|
|
ca-certificates
|
|
xtools
|
|
gptfdisk
|
|
parted
|
|
btrfs-progs
|
|
dosfstools
|
|
|
|
# --- networking ---
|
|
NetworkManager
|
|
NetworkManager-openvpn
|
|
openssh
|
|
iwd
|
|
wpa_supplicant
|
|
chrony
|
|
wireless-regdb
|
|
|
|
# --- audio (pipewire stack + SoundWire / SOF support) ---
|
|
pipewire
|
|
wireplumber
|
|
alsa-pipewire
|
|
pavucontrol
|
|
alsa-utils
|
|
alsa-ucm-conf
|
|
sof-firmware
|
|
|
|
# --- graphics / xorg ---
|
|
xorg-minimal
|
|
xorg-fonts
|
|
xorg-input-drivers
|
|
xf86-input-libinput
|
|
xf86-video-intel
|
|
xf86-video-fbdev
|
|
xf86-video-vesa
|
|
mesa-dri
|
|
mesa-vulkan-intel
|
|
intel-video-accel
|
|
vulkan-loader
|
|
|
|
# --- nvidia PRIME (from nonfree repo) ---
|
|
nvidia
|
|
nvidia-libs
|
|
nvidia-vaapi-driver
|
|
|
|
# --- desktop ---
|
|
cinnamon
|
|
xdg-user-dirs
|
|
xdg-utils
|
|
xdg-desktop-portal
|
|
xdg-desktop-portal-gtk
|
|
gvfs
|
|
gvfs-mtp
|
|
gvfs-smb
|
|
file-roller
|
|
gnome-keyring
|
|
seahorse
|
|
network-manager-applet
|
|
blueman
|
|
bluez
|
|
|
|
# --- display manager ---
|
|
lightdm
|
|
lightdm-gtk3-greeter
|
|
|
|
# --- fonts ---
|
|
noto-fonts-ttf
|
|
noto-fonts-emoji
|
|
noto-fonts-cjk
|
|
liberation-fonts-ttf
|
|
dejavu-fonts-ttf
|
|
font-awesome6
|
|
|
|
# --- terminal ---
|
|
alacritty
|
|
setxkbmap
|
|
|
|
# --- gtk theming deps ---
|
|
sassc
|
|
gnome-themes-extra
|
|
gtk-engine-murrine
|
|
dconf
|
|
dconf-editor
|
|
|
|
# --- code editors ---
|
|
vscode
|
|
|
|
# --- media / utilities ---
|
|
vlc
|
|
flameshot
|
|
|
|
# --- containers ---
|
|
docker
|
|
docker-compose
|
|
|
|
# --- nix package manager ---
|
|
nix
|
|
|
|
# --- zram / swap ---
|
|
zramen
|
|
|
|
# --- power / laptop ---
|
|
tlp
|
|
tlp-rdw
|
|
acpi
|
|
acpid
|
|
upower
|
|
brightnessctl
|
|
|
|
# --- printing ---
|
|
cups
|
|
cups-filters
|
|
cups-pk-helper
|
|
system-config-printer
|