]> git.proxmox.com Git - pve-docs.git/blobdiff - pct.conf.adoc
factor out cleanup method
[pve-docs.git] / pct.conf.adoc
index 0c86b44ae0a38bd7519761b6331b473bfb8b9734..0754981e128b5c3516146041316cdebc7b4e520b 100644 (file)
@@ -3,13 +3,15 @@ PVE({manvolnum})
 ================
 include::attributes.txt[]
 
+:pve-toplevel:
+
 NAME
 ----
 
 pct.conf - Proxmox VE Container Configuration
 
 
-SYNOPSYS
+SYNOPSIS
 --------
 
 `/etc/pve/lxc/<CTID>.conf`
@@ -25,6 +27,11 @@ 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.
 
@@ -44,7 +51,7 @@ character are treated as comments and are also ignored.
 
 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 +60,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