Metainformationen zur Seite
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung | ||
installation_von_loxberry:die_installation_von_loxberry:proxmox [2024/01/01 18:54] – Michael Schlenstedt | installation_von_loxberry:die_installation_von_loxberry:proxmox [2024/11/04 13:10] (aktuell) – Bei der Loxberry Installation wird die Bookworm Version gefordert, daher habe ich die Informationen von Bullseye nach Bookworm geändert. Heiko Ofer | ||
---|---|---|---|
Zeile 31: | Zeile 31: | ||
- Select the Proxmox node, then click the **Shell** button at the top right corner. Alternatively connect via SSH to the Proxmox server, using the same login credentials you used for the Proxmox web interface. | - Select the Proxmox node, then click the **Shell** button at the top right corner. Alternatively connect via SSH to the Proxmox server, using the same login credentials you used for the Proxmox web interface. | ||
- | - In the console window, enter the following commands to download the DietPi image, extract it via '' | + | - In the console window, enter the following commands to download the DietPi image, extract it via '' |
apt update | apt update | ||
apt full-upgrade | apt full-upgrade | ||
- | apt install | + | apt install |
- | curl -O https:// | + | curl -O https:// |
- | 7zr x DietPi_Proxmox-x86_64-Bullseye.7z | + | xz -d DietPi_Proxmox-x86_64-Bookworm.qcow2.xz |
</ | </ | ||
- | sha256sum -c < <(mawk '/ | + | sha256sum -c < <(mawk '/ |
</ | </ | ||
ID=100 | ID=100 | ||
- | qm importdisk " | + | qm importdisk " |
qm set " | qm set " | ||
qm set " | qm set " | ||
</ | </ | ||
- Finally, you can remove the downloaded and extracted files and close the console:< | - Finally, you can remove the downloaded and extracted files and close the console:< | ||
- | rm DietPi_Proxmox-x86_64-Bullseye.* hash.txt README.md | + | rm DietPi_Proxmox-x86_64-Bookworm.* hash.txt README.md |
</ | </ | ||