Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
|
public:sw:linux:fs:zfs:pve [2021/02/10 06:59] SProbst [Installation] |
public:sw:linux:fs:zfs:pve [2021/05/25 14:54] (aktuell) SProbst |
||
|---|---|---|---|
| Zeile 7: | Zeile 7: | ||
| <code bash> | <code bash> | ||
| - | echo "deb http://download.proxmox.com/debian/pve stretch pve-no-subscription" > /etc/apt/sources.list.d/pve-install-repo.list | + | echo "deb http://download.proxmox.com/debian/pve buster pve-no-subscription" > /etc/apt/sources.list.d/pve-install-repo.list |
| wget http://download.proxmox.com/debian/proxmox-ve-release-5.x.gpg -O /etc/apt/trusted.gpg.d/proxmox-ve-release-5.x.gpg | wget http://download.proxmox.com/debian/proxmox-ve-release-5.x.gpg -O /etc/apt/trusted.gpg.d/proxmox-ve-release-5.x.gpg | ||
| </code> | </code> | ||
| - | <code bash |/etc/apt/sources.list.d/pve-install-repo.list> | + | <code bash| /etc/apt/sources.list.d/pve-install-repo.list> |
| deb http://download.proxmox.com/debian/pve stretch pve-no-subscription | deb http://download.proxmox.com/debian/pve stretch pve-no-subscription | ||
| </code> | </code> | ||
| + | |||
| + | <code bash| /etc/apt/sources.list.d/buster-backports.list> | ||
| + | deb http://deb.debian.org/debian buster-backports main | ||
| + | </code> | ||
| + | |||
| <note info>Vorher die Kernel Headers noch installieren!</note> | <note info>Vorher die Kernel Headers noch installieren!</note> | ||
| <code bash> | <code bash> | ||
| - | apt-get install zfs-zed zfs-dkms zfsutils-linux zfs-initramfs | + | apt install pve-headers-$(uname -r) |
| + | </code> | ||
| + | |||
| + | <code bash> | ||
| + | apt install zfs-zed zfs-dkms zfsutils-linux zfs-initramfs | ||
| </code> | </code> | ||