diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2021-12-09 14:07:54 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2021-12-09 14:07:54 -0300 |
commit | e1ae213fffc411d04f5674744259c4c2630686b2 (patch) | |
tree | b36e83dec103d90593deb9e7b94f4dc6e291b56f | |
parent | b6e6a908b3b1285ff1ea1672dc70f58fc00f0fcc (diff) | |
download | debian-e1ae213fffc411d04f5674744259c4c2630686b2.tar.gz debian-e1ae213fffc411d04f5674744259c4c2630686b2.tar.bz2 |
Fix: kvmxfile: bump debian version
-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/" |