Update enable_anaconda.sh

This commit is contained in:
humocs-man
2026-03-08 23:03:16 +01:00
committed by GitHub
parent 5bc238ee33
commit 93dafe2a6a
+8 -8
View File
@@ -9,26 +9,26 @@ rm -rf /home
# -------------------------------------------------------------------- # --------------------------------------------------------------------
# Phase 2: Installer installieren # Phase 2: Installer installieren
# -------------------------------------------------------------------- # --------------------------------------------------------------------
# Phase 2: Web-Installer installieren
# --------------------------------------------------------------------
dnf install -y \ dnf install -y \
anaconda \ anaconda \
anaconda-gui \
anaconda-live \ anaconda-live \
anaconda-widgets \ anaconda-webui \
xorg-x11-server-Xwayland \
polkit polkit
# -------------------------------------------------------------------- # --------------------------------------------------------------------
# Phase 3: Installer-Launcher systemweit anlegen # Phase 3: Installer-Launcher systemweit anlegen
# -------------------------------------------------------------------- # --------------------------------------------------------------------
cat > /usr/share/applications/install-to-disk.desktop <<'EOF' cat > /usr/share/applications/install-to-disk.desktop <<'EOF'
[Desktop Entry] [Desktop Entry]
Name=Install to Disk Name=Jetzt installieren
Comment=Install this system to your computer Comment=Installiere das System auf die Festplatte
Exec=Exec=pkexec anaconda Exec=firefox http://localhost:8006
Icon=system-software-install Icon=system-installer
Terminal=false Terminal=false
Type=Application Type=Application
Categories=System; Categories=System;
EOF EOF
# -------------------------------------------------------------------- # --------------------------------------------------------------------