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:
@@ -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
|
||||
|
||||
@@ -4,8 +4,8 @@ if grep -Fqa 'accessibility=' /proc/cmdline &> /dev/null; then
|
||||
fi
|
||||
|
||||
# Provisionnement automatique archiso (param noyau script=) : LIVE uniquement.
|
||||
# Sur le système installé /run/archiso n'existe pas ; de plus shellprocess.conf
|
||||
# retire ce fichier de la cible. Ceci est une seconde barrière de sécurité.
|
||||
# Sur le système installé /run/archiso n'existe pas, donc ce bloc ne s'exécute
|
||||
# jamais hors du live — c'est la barrière qui empêche l'auto-script sur la cible.
|
||||
if [[ -d /run/archiso ]]; then
|
||||
~/.automated_script.sh
|
||||
fi
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Démarrage automatique de Xorg + Calamares uniquement dans le live FWS.
|
||||
# Démarrage automatique de Xorg uniquement dans le live FWS.
|
||||
# Sur le système installé, /run/archiso n'existe pas, donc rien ne se lance.
|
||||
if [[ -d /run/archiso && "$(tty)" == "/dev/tty1" && -z "$DISPLAY" ]]; then
|
||||
exec startx -- vt1
|
||||
|
||||
Reference in New Issue
Block a user