From 93dafe2a6a910882c4b990bca98671fa13ab56df Mon Sep 17 00:00:00 2001 From: humocs-man <251756307+humocs-man@users.noreply.github.com> Date: Sun, 8 Mar 2026 23:03:16 +0100 Subject: [PATCH] Update enable_anaconda.sh --- iso/enable_anaconda.sh | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/iso/enable_anaconda.sh b/iso/enable_anaconda.sh index b6c45b5..1cdb1b9 100755 --- a/iso/enable_anaconda.sh +++ b/iso/enable_anaconda.sh @@ -9,26 +9,26 @@ rm -rf /home # -------------------------------------------------------------------- # Phase 2: Installer installieren # -------------------------------------------------------------------- +# Phase 2: Web-Installer installieren +# -------------------------------------------------------------------- dnf install -y \ anaconda \ - anaconda-gui \ anaconda-live \ - anaconda-widgets \ - xorg-x11-server-Xwayland \ + anaconda-webui \ polkit - # -------------------------------------------------------------------- # Phase 3: Installer-Launcher systemweit anlegen # -------------------------------------------------------------------- cat > /usr/share/applications/install-to-disk.desktop <<'EOF' [Desktop Entry] -Name=Install to Disk -Comment=Install this system to your computer -Exec=Exec=pkexec anaconda -Icon=system-software-install +Name=Jetzt installieren +Comment=Installiere das System auf die Festplatte +Exec=firefox http://localhost:8006 +Icon=system-installer Terminal=false Type=Application Categories=System; + EOF # --------------------------------------------------------------------