]> git.proxmox.com Git - pve-docs.git/blobdiff - pve-package-repos.adoc
add hint about ZFS default ARC size
[pve-docs.git] / pve-package-repos.adoc
index cff1a9f151f272809585d9b6d3763a9336e20e3d..f79bb7f302c73ab49a73d6ac4981e1099103d3f1 100644 (file)
@@ -1,5 +1,6 @@
 Package Repositories
 --------------------
+include::attributes.txt[]
 
 All Debian based systems use
 http://en.wikipedia.org/wiki/Advanced_Packaging_Tool[APT] as package
@@ -8,7 +9,7 @@ management tool. The list of repositories is defined in
 '/etc/apt/sources.d/'. Updates can be installed directly using
 'apt-get', or via the GUI.
 
-Apt 'sources.list' files lists one package repository per line, with
+Apt 'sources.list' files list one package repository per line, with
 the most preferred source listed first. Empty lines are ignored, and a
 '#' character anywhere on a line marks the remainder of that line as a
 comment. The information available from the configured sources is
@@ -84,3 +85,6 @@ features. As usual, you can configure this using
 deb http://download.proxmox.com/debian jessie pvetest
 ----
 
+WARNING: the `pvetest` repository should (as the name implies) only be used
+for testing new features or bug fixes.
+