From a5e546443202c6a4fbe4040b0009ef876b7dc226 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 7 Apr 2017 08:11:41 -0300 Subject: Initial import --- .gitignore | 5 +++++ README.md | 4 ++++ config.dot/kvmxconfig.link | 6 ++++++ 3 files changed, 15 insertions(+) create mode 100644 .gitignore create mode 100644 README.md create mode 100644 config.dot/kvmxconfig.link 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" -- cgit v1.2.3