meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
vm:proxmox:on_debian [2020/04/23 15:20] niziakvm:proxmox:on_debian [2020/09/16 07:39] (current) niziak
Line 1: Line 1:
-====== Debian ======+====== On existing 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 ksmtuned 
 +apt-get remove ntp 
 +systemctl enable --now systemd-timesyncd
 apt-get install proxmox-ve apt-get install proxmox-ve
 +apt-get install pve-headers
 </code> </code>