]> git.proxmox.com Git - pve-docs.git/blobdiff - qm.conf.adoc
Makefile: use full path for asciidoc-pve
[pve-docs.git] / qm.conf.adoc
index 5c098c5aaa0371bd637dfc05005be967773f6e45..9172163b101c52f3be6679738ac5dbb997d69067 100644 (file)
@@ -1,15 +1,17 @@
 ifdef::manvolnum[]
-PVE({manvolnum})
-================
+PVE(5)
+======
 include::attributes.txt[]
 
+:pve-toplevel:
+
 NAME
 ----
 
 qm.conf - Proxmox VE Virtual Machine Configuration
 
 
-SYNOPSYS
+SYNOPSIS
 --------
 
 '/etc/pve/qemu-server/<VMID>.conf'
@@ -25,9 +27,15 @@ ifndef::manvolnum[]
 include::attributes.txt[]
 endif::manvolnum[]
 
-The '/etc/pve/qemu-server/<VMID>.conf' files stores VM configuration,
-where "VMID" is the numeric ID of the given VM. Note that IDs <=
-100 are reserved for internal purposes.
+ifdef::wiki[]
+:pve-toplevel:
+:title: Manual: vm.conf
+endif::wiki[]
+
+The `/etc/pve/qemu-server/<VMID>.conf` files stores VM configuration,
+where "VMID" is the numeric ID of the given VM.
+
+NOTE: IDs <= 100 are reserved for internal purposes.
 
 
 File Format
@@ -38,10 +46,10 @@ 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 'qm' command to generate and modify those files.
+One can use the `qm` command to generate and modify those files.
 
 
 Options