]> git.proxmox.com Git - pve-docs.git/blobdiff - pve-package-repos.adoc
Add description for mountpoint property
[pve-docs.git] / pve-package-repos.adoc
index 556470f05d686748cf274a6ba0f5dc564615bea8..078de957446f2e360b203ad946c6dda9b83801c3 100644 (file)
@@ -24,11 +24,13 @@ deb http://ftp.debian.org/debian buster main contrib
 deb http://ftp.debian.org/debian buster-updates main contrib
 
 # security updates
-deb http://security.debian.org buster/updates main contrib
+deb http://security.debian.org/debian-security buster/updates main contrib
 ----
+// FIXME for 7.0: change security update suite to bullseye-security
 
 In addition, {pve} provides three different package repositories.
 
+[[sysadmin_enterprise_repo]]
 {pve} Enterprise Repository
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
@@ -47,7 +49,7 @@ email about the available new packages. On the GUI, the change-log of
 each package can be viewed (if available), showing all details of the
 update. So you will never miss important security fixes.
 
-Please note that and you need a valid subscription key to access this
+Please note that you need a valid subscription key to access this
 repository. We offer different support levels, and you can find further
 details at https://www.proxmox.com/en/proxmox-ve/pricing.
 
@@ -57,6 +59,7 @@ if you do not have a subscription key. Please configure the
 `pve-no-subscription` repository in that case.
 
 
+[[sysadmin_no_subscription_repo]]
 {pve} No-Subscription Repository
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
@@ -77,10 +80,11 @@ deb http://ftp.debian.org/debian buster-updates main contrib
 deb http://download.proxmox.com/debian/pve buster pve-no-subscription
 
 # security updates
-deb http://security.debian.org buster/updates main contrib
+deb http://security.debian.org/debian-security buster/updates main contrib
 ----
 
 
+[[sysadmin_test_repo]]
 {pve} Test Repository
 ~~~~~~~~~~~~~~~~~~~~~~