diff options
-rw-r--r-- | kvmxfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ # # Which base box you should use. Leave unconfigured to use kvmx-create instead. -#basebox="stretch" +#basebox="bullseye" # First user name user="user" @@ -57,7 +57,7 @@ domain="example.org" arch="amd64" # Box distribution when bootstraping a new image -version="stretch" +version="bullseye" # Debian mirror mirror="http://http.debian.net/debian/" |