chore: migrate from calamares to anaconda installer

Remove Calamares compilation and configuration, replace with Anaconda installer setup.

Changes:
- Remove Calamares-related entries from .gitignore
- Update README with migration status from Calamares to Anaconda
- Rename setup-calamares.sh references to setup-aur.sh
- Remove Calamares packages from package lists
- Add anaconda and liveimg payload packages
- Add Anaconda kickstart configuration (interactive-defaults.ks)
- Update boot sequence documentation: remove Calamares desktop selection, simplify to Openbox live environment
- Remove Calamares-specific troubleshooting entries
- Clean up .xinitrc and .zlogin to remove Calamares launcher
- Update build scripts to reference local repo generically instead of Calamares-specific
This commit is contained in:
2026-06-17 10:33:28 +02:00
parent c412cd5d33
commit de9647a00d
12 changed files with 202 additions and 85 deletions
+5 -7
View File
@@ -5,11 +5,9 @@ if [ ! -d /run/archiso ]; then
fi
xsetroot -solid "#1a1a2e"
openbox &
sleep 1
# Choix du bureau AVANT Calamares (le module packagechooser n'est pas compilé
# dans le paquet calamares AUR). Écrit /run/fws-desktop, lu pendant l'install.
/usr/local/bin/fws-pick-desktop || true
exec calamares
# TODO (chantier C) : lancer l'installateur graphique Anaconda dans cette session.
# Calamares a été retiré (commit 05ae9c3) et son remplacement Anaconda n'est pas
# encore câblé. En attendant, on lance Openbox au premier plan : le serveur X a
# ainsi un client (sinon startx rendrait la main et X se fermerait aussitôt).
exec openbox