]> git.proxmox.com Git - pve-docs.git/commitdiff
use listings for file contents
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Tue, 27 Sep 2016 08:58:56 +0000 (10:58 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 27 Sep 2016 09:27:46 +0000 (11:27 +0200)
local-zfs.adoc
pct.adoc
pve-firewall.adoc

index 370bbc5c5327fe367b0f389457bc60d24948de37..9b682b9b09e51d1ebee2562d7054a57e98d719c0 100644 (file)
@@ -265,7 +265,9 @@ pool errors.
 To activate the daemon it is necessary to edit `/etc/zfs/zed.d/zed.rc` with your
 favourite editor, and uncomment the `ZED_EMAIL_ADDR` setting:
 
+--------
 ZED_EMAIL_ADDR="root"
+--------
 
 Please note {pve} forwards mails to `root` to the email address
 configured for the root user.
@@ -312,7 +314,9 @@ run into low memory situations. Additionally, you can lower the
 To make the swappiness persistent, open `/etc/sysctl.conf` with
 an editor of your choice and add the following line:
 
- vm.swappiness = 10
+--------
+vm.swappiness = 10
+--------
 
 .Linux kernel `swappiness` parameter values
 [width="100%",cols="<m,2d",options="header"]
index 1579499351ba1985300253f4fa611e95d64a2deb..bc6d59733a05ce3e41a111b9850c371983acfdc8 100644 (file)
--- a/pct.adoc
+++ b/pct.adoc
@@ -140,8 +140,10 @@ File Format
 Container configuration files use a simple colon separated key/value
 format. Each line has the following format:
 
- # this is a comment
- OPTION: value
+-----
+# this is a comment
+OPTION: value
+-----
 
 Blank lines in those files are ignored, and lines starting with a `#`
 character are treated as comments and are also ignored.
index 19d9766e8a8e0cf918e79e7397553c0789f26176..fc74a92e5c110cd36b0027ae430f7810d0e9cbc3 100644 (file)
@@ -475,10 +475,11 @@ set it for the `default` interface configuration and enabling it explicitly on
 the interfaces which need it. This is also the case for other settings such as
 `forwarding`, `accept_ra` or `autoconf`.
 
+
 Here's a possible setup:
-----
-# /etc/sysconf.d/90-ipv6.conf
 
+.File `/etc/sysconf.d/90-ipv6.conf`
+----
 net.ipv6.conf.default.forwarding = 0
 net.ipv6.conf.default.proxy_ndp = 0
 net.ipv6.conf.default.autoconf = 0
@@ -488,8 +489,8 @@ net.ipv6.conf.default.accept_ra = 0
 net.ipv6.conf.lo.disable_ipv6 = 0
 ----
 
+.File `/etc/network/interfaces`
 ----
-# /etc/network/interfaces
 (...)
 # Dual stack:
 iface vmbr0 inet static