Update enable_anaconda.sh
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
# --------------------------------------------------------------------
|
# --------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user