]> git.proxmox.com Git - pve-docs.git/blobdiff - pct.conf.adoc
fixup: s/devies/devices/
[pve-docs.git] / pct.conf.adoc
index 0b3d6cbb24a9126bf40c970ab4b8267e26db9bcb..d967d795c9beeefecdf89593efe2a5cf1c38c4e4 100644 (file)
@@ -1,7 +1,7 @@
 ifdef::manvolnum[]
-PVE({manvolnum})
-================
-include::attributes.txt[]
+pct.conf(5)
+===========
+:pve-toplevel:
 
 NAME
 ----
@@ -9,10 +9,10 @@ NAME
 pct.conf - Proxmox VE Container Configuration
 
 
-SYNOPSYS
+SYNOPSIS
 --------
 
-'/etc/pve/lxc/<CTID>.conf'
+`/etc/pve/lxc/<CTID>.conf`
 
 
 DESCRIPTION
@@ -22,11 +22,14 @@ endif::manvolnum[]
 ifndef::manvolnum[]
 Container Configuration
 =======================
-include::attributes.txt[]
 endif::manvolnum[]
+ifdef::wiki[]
+:pve-toplevel:
+:title: Manual: pct.conf
+endif::wiki[]
 
-The '/etc/pve/lxc/<CTID>.conf' files stores container configuration,
-where "CTID" is the numeric ID of the given container.
+The `/etc/pve/lxc/<CTID>.conf` files stores container configuration,
+where `CTID` is the numeric ID of the given container.
 
 NOTE: IDs <= 100 are reserved for internal purposes.
 
@@ -39,12 +42,12 @@ the following format:
 
  OPTION: value
 
-Blank lines in the file are ignored, and lines starting with a '#'
+Blank lines in the file are ignored, and lines starting with a `#`
 character are treated as comments and are also ignored.
 
-One can use the 'pct' command to generate and modify those files.
+One can use the `pct` command to generate and modify those files.
 
-It is also possible to add low-level lxc style configuration directly, for
+It is also possible to add low-level LXC-style configuration directly, for
 example:
 
  lxc.init_cmd: /sbin/my_own_init
@@ -53,7 +56,7 @@ or
 
  lxc.init_cmd = /sbin/my_own_init
 
-Those settings are directly passed to the lxc low-level tools.
+Those settings are directly passed to the LXC low-level tools.
 
 
 Options