meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| vm:proxmox:on_debian [2020/04/23 15:20] – niziak | vm:proxmox:on_debian [2020/09/16 07:39] (current) – niziak | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Debian ====== | + | ====== |
| Install Proxmox on ready Debian system. | Install Proxmox on ready Debian system. | ||
| Line 23: | Line 23: | ||
| apt-get update | apt-get update | ||
| apt-get remove network-manager | apt-get remove network-manager | ||
| - | apt-get install ifupdown2 open-iscsi | + | apt-get install ifupdown2 open-iscsi |
| + | apt-get remove ntp | ||
| + | systemctl enable --now systemd-timesyncd | ||
| apt-get install proxmox-ve | apt-get install proxmox-ve | ||
| + | apt-get install pve-headers | ||
| </ | </ | ||