diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-04-02 14:32:03 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-04-02 14:32:03 -0300 |
commit | b56608c18d19a59e177a881f52c112eb54e0c09f (patch) | |
tree | 9b05dbe8f0bfffc300887e148709623ea245b0f8 | |
parent | c0a41d4c63458d2e04beebf332689ffc3c045ec4 (diff) | |
download | debian-b56608c18d19a59e177a881f52c112eb54e0c09f.tar.gz debian-b56608c18d19a59e177a881f52c112eb54e0c09f.tar.bz2 |
Do not use a basebox at kvmxfile
-rw-r--r-- | kvmxfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ # # Which base box you should use. Leave unconfigured to use kvmx-create instead. -basebox="stretch" +#basebox="stretch" # First user name user="user" |