92bae9e4a6
Add Anaconda installer integration to FWS live environment: - Implement Anaconda launcher in .xinitrc with comprehensive error logging and debugging support - Add anaconda and anaconda-widgets packages to baseline and releng ISO configs - Fix anaconda-widgets PKGBUILD: replace gladeui with glib2-devel, disable Glade module - Update anaconda PKGBUILD with improved dependencies and build configuration - Add python-blivet PKGBUILD with detailed dependency documentation Enhance documentation and branding: - Expand AUTHORS.rst to clarify FWS vs archiso authorship and licensing - Update CONTRIBUTING.rst with inbound=outbound licensing policy and DCO requirements - Extend README.md with comprehensive legal basis table and licensing checklist - Remove Arch Linux references from MOTD and update to FWS GitHub project page - Fix fastfetch.sh to avoid read-only variable conflict in zsh - Add xterm to packages for installer debugging All changes maintain GPL-3.0-or-later compliance and improve GPL offer transparency.
108 lines
1.6 KiB
Plaintext
108 lines
1.6 KiB
Plaintext
# ============================================================
|
|
# FWS — paquets de l'ISO live
|
|
# Objectif : système live bootable + installateur Anaconda
|
|
# (migration depuis Calamares) + jeu minimal d'outils de rescue.
|
|
# ============================================================
|
|
|
|
# --- Base système ---
|
|
base
|
|
base-devel
|
|
linux
|
|
linux-firmware
|
|
amd-ucode
|
|
intel-ucode
|
|
|
|
# --- initramfs / archiso ---
|
|
mkinitcpio
|
|
mkinitcpio-archiso
|
|
|
|
# --- Boot ---
|
|
syslinux
|
|
grub
|
|
efibootmgr
|
|
edk2-shell
|
|
os-prober
|
|
memtest86+
|
|
memtest86+-efi
|
|
|
|
# --- Filesystems ---
|
|
squashfs-tools
|
|
btrfs-progs
|
|
e2fsprogs
|
|
exfatprogs
|
|
xfsprogs
|
|
f2fs-tools
|
|
dosfstools
|
|
ntfs-3g
|
|
cryptsetup
|
|
lvm2
|
|
mdadm
|
|
|
|
# --- Outils disque ---
|
|
parted
|
|
gptfdisk
|
|
fatresize
|
|
testdisk
|
|
smartmontools
|
|
nvme-cli
|
|
mmc-utils
|
|
hdparm
|
|
|
|
# --- Réseau ---
|
|
networkmanager
|
|
wpa_supplicant
|
|
wireless-regdb
|
|
openssh
|
|
rsync
|
|
curl
|
|
wget
|
|
|
|
# --- Shell / système ---
|
|
zsh
|
|
grml-zsh-config
|
|
bash
|
|
nano
|
|
vim
|
|
less
|
|
git
|
|
sudo
|
|
polkit
|
|
polkit-gnome
|
|
man-db
|
|
man-pages
|
|
arch-install-scripts
|
|
reflector
|
|
pacman-contrib
|
|
|
|
# --- Hardware ---
|
|
dmidecode
|
|
usbutils
|
|
pciutils
|
|
fastfetch
|
|
htop
|
|
|
|
# --- Audio (slideshow, optionnel) ---
|
|
alsa-utils
|
|
sof-firmware
|
|
|
|
# --- Xorg + Openbox (session graphique de l'installateur) ---
|
|
xorg-server
|
|
xorg-xinit
|
|
xorg-xrandr
|
|
xorg-xsetroot
|
|
openbox
|
|
ttf-dejavu
|
|
|
|
# --- Agents VM (pratique pour tester l'ISO) ---
|
|
qemu-guest-agent
|
|
virtualbox-guest-utils-nox
|
|
open-vm-tools
|
|
|
|
# --- FWS (fws-local) ---
|
|
winboat-bin
|
|
|
|
# --- Installateur Anaconda (fws-local) ---
|
|
# 'anaconda' tire automatiquement anaconda-widgets + toutes ses dépendances
|
|
# (python-blivet, pykickstart, libreport, gtk3, NetworkManager…).
|
|
anaconda
|