]> git.proxmox.com Git - pve-docs.git/commitdiff
rename vm.conf to qm.conf
authorDietmar Maurer <dietmar@proxmox.com>
Sat, 9 Apr 2016 07:35:42 +0000 (09:35 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Sat, 9 Apr 2016 07:36:55 +0000 (09:36 +0200)
Makefile
gen-qm.conf.5-opts.pl [new file with mode: 0755]
gen-vm.conf.5-opts.pl [deleted file]
qm.conf.adoc [new file with mode: 0644]
vm.conf.adoc [deleted file]

index 4d72493c24305d76a3755018d4e10c92f2583c2d..1508251b9295503c86c842e82a8d42cfd9eeb39f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ DEB_SOURCES=                  \
        pve-firewall.adoc       \
        qm.adoc                 \
        qmrestore.adoc          \
-       vm.conf.adoc            \
+       qm.conf.adoc            \
        pct.adoc                \
        pct.conf.adoc           \
        datacenter.cfg.adoc     \
diff --git a/gen-qm.conf.5-opts.pl b/gen-qm.conf.5-opts.pl
new file mode 100755 (executable)
index 0000000..cb62d13
--- /dev/null
@@ -0,0 +1,11 @@
+#!/usr/bin/perl
+
+use lib '.';
+use strict;
+use warnings;
+use PVE::RESTHandler;
+use PVE::QemuServer;
+
+my $prop = PVE::QemuServer::json_config_properties();
+
+print PVE::RESTHandler::dump_properties($prop);
diff --git a/gen-vm.conf.5-opts.pl b/gen-vm.conf.5-opts.pl
deleted file mode 100755 (executable)
index cb62d13..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/usr/bin/perl
-
-use lib '.';
-use strict;
-use warnings;
-use PVE::RESTHandler;
-use PVE::QemuServer;
-
-my $prop = PVE::QemuServer::json_config_properties();
-
-print PVE::RESTHandler::dump_properties($prop);
diff --git a/qm.conf.adoc b/qm.conf.adoc
new file mode 100644 (file)
index 0000000..5c098c5
--- /dev/null
@@ -0,0 +1,55 @@
+ifdef::manvolnum[]
+PVE({manvolnum})
+================
+include::attributes.txt[]
+
+NAME
+----
+
+qm.conf - Proxmox VE Virtual Machine Configuration
+
+
+SYNOPSYS
+--------
+
+'/etc/pve/qemu-server/<VMID>.conf'
+
+
+DESCRIPTION
+-----------
+endif::manvolnum[]
+
+ifndef::manvolnum[]
+ Virtual Machine Configuration
+==============================
+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.
+
+
+File Format
+-----------
+
+The file uses a simple colon separated key/value format. Each line has
+the following format:
+
+ OPTION: value
+
+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.
+
+
+Options
+-------
+
+include::qm.conf.5-opts.adoc[]
+
+
+ifdef::manvolnum[]
+include::pve-copyright.adoc[]
+endif::manvolnum[]
diff --git a/vm.conf.adoc b/vm.conf.adoc
deleted file mode 100644 (file)
index a6ebaaf..0000000
+++ /dev/null
@@ -1,55 +0,0 @@
-ifdef::manvolnum[]
-PVE({manvolnum})
-================
-include::attributes.txt[]
-
-NAME
-----
-
-vm.conf - Proxmox VE  Virtual Machine Configuration
-
-
-SYNOPSYS
---------
-
-'/etc/pve/qemu-server/<VMID>.conf'
-
-
-DESCRIPTION
------------
-endif::manvolnum[]
-
-ifndef::manvolnum[]
- Virtual Machine Configuration
-==============================
-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.
-
-
-File Format
------------
-
-The file uses a simple colon separated key/value format. Each line has
-the following format:
-
- OPTION: value
-
-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.
-
-
-Options
--------
-
-include::vm.conf.5-opts.adoc[]
-
-
-ifdef::manvolnum[]
-include::pve-copyright.adoc[]
-endif::manvolnum[]