proxmox-ve/template/README.md

38 lines
980 B
Markdown
Raw Normal View History

2024-09-23 08:58:38 +00:00
# Proxmox Debian 12 Template
2024-09-26 08:01:45 +00:00
## Proxmox VM:
* OS:
* debian-12.2.0-amd64-netinst.iso oder neuer
* https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-12.7.0-amd64-netinst.iso
* System:
* SCSI Controller: VirtIO SCSI single
* Machine: q35
* Bios: OVMF (UEFI)
* Qemu Agent: Ja
* Add EFI Disk: Ja
* Disks:
* 10 GB SCSI Disk
* Discard: Ja
* CPU:
* Sockets: 1
* Cores: 2
* Memory; 2048 MiB
* Network: Model: VirtIO (paravirtualized)
## Debian installation (Textmodus)
* Language: German
* Land oder Gebiet: Deutschland
* Tastaturlayout: Deutsch
2024-09-26 08:14:36 +00:00
* Rechnername: template.local.tld
* Root-Passwort (2x): (hier eigenes Passwort einsetzen)
* Vollständiger Name des neuen Benutzers: technik
* Benutzername für Ihr Konto: technik
* Passwort (2x): (hier eigenes Passwort einsetzen)
* Partitionierung:
* Methode: Manuell
* 1. Partition: 537 MB, Typ: ESP (EFI Partition)
* 2. Partition: 2 GB, Typ: Swap
* 3. Partition: (Rest), Typ: ext4, Root: /
2024-09-26 08:01:45 +00:00