diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-04-07 08:11:41 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-04-07 08:11:41 -0300 |
commit | a5e546443202c6a4fbe4040b0009ef876b7dc226 (patch) | |
tree | 46a6ff219f1b5eeaff294fddb30dcc55750725fc | |
download | kvmx-a5e546443202c6a4fbe4040b0009ef876b7dc226.tar.gz kvmx-a5e546443202c6a4fbe4040b0009ef876b7dc226.tar.bz2 |
Initial import
-rw-r--r-- | .gitignore | 5 | ||||
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | config.dot/kvmxconfig.link | 6 |
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" |