aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore5
-rw-r--r--README.md4
-rw-r--r--config.dot/kvmxconfig.link6
3 files changed, 15 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..3eed8fa
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+# As we are handling with config files, it might be better to
+# use a paranoid config by default.
+#
+# Comment that while in development.
+*
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..9e93d6f
--- /dev/null
+++ b/README.md
@@ -0,0 +1,4 @@
+# kvmx dotfile module
+
+This is the repository for kvmx configuration.
+More information at https://git.fluxo.info/metadot
diff --git a/config.dot/kvmxconfig.link b/config.dot/kvmxconfig.link
new file mode 100644
index 0000000..bd5b17c
--- /dev/null
+++ b/config.dot/kvmxconfig.link
@@ -0,0 +1,6 @@
+#
+# KVMX user configuration
+#
+
+# Default image base
+image_base="/var/cache/qemu"