We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39a6a67 commit aaaf16bCopy full SHA for aaaf16b
etc/terraform.conf
@@ -2,16 +2,16 @@
2
ARCH="amd64"
3
4
# base codename
5
-BASECODENAME="bionic"
+BASECODENAME="focal"
6
7
# base version
8
-BASEVERSION="18.04"
+BASEVERSION="20.04"
9
10
# distribution codename
11
-CODENAME="hera"
+CODENAME="odin"
12
13
# distribution version
14
-VERSION="5.1"
+VERSION="6.0"
15
16
# distribution channel
17
CHANNEL="stable"
@@ -24,10 +24,10 @@ MIRROR_URL="http://azure.archive.ubuntu.com/ubuntu/"
24
25
# use HWE kernel and packages?
26
HWE_KERNEL="yes"
27
-HWE_X11="yes"
+HWE_X11="no"
28
29
# use appcenter ppa
30
-INCLUDE_APPCENTER="yes"
+INCLUDE_APPCENTER=""
31
32
# suffix for generated .iso files
33
OUTPUT_SUFFIX=""
0 commit comments