Skip to content

Commit aaaf16b

Browse files
authored
Terraform: Update default configuration for Odin (#520)
Same changes as in #510 minus the RC suffix. Just makes it more straightforward for local builds.
1 parent 39a6a67 commit aaaf16b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

etc/terraform.conf

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
ARCH="amd64"
33

44
# base codename
5-
BASECODENAME="bionic"
5+
BASECODENAME="focal"
66

77
# base version
8-
BASEVERSION="18.04"
8+
BASEVERSION="20.04"
99

1010
# distribution codename
11-
CODENAME="hera"
11+
CODENAME="odin"
1212

1313
# distribution version
14-
VERSION="5.1"
14+
VERSION="6.0"
1515

1616
# distribution channel
1717
CHANNEL="stable"
@@ -24,10 +24,10 @@ MIRROR_URL="http://azure.archive.ubuntu.com/ubuntu/"
2424

2525
# use HWE kernel and packages?
2626
HWE_KERNEL="yes"
27-
HWE_X11="yes"
27+
HWE_X11="no"
2828

2929
# use appcenter ppa
30-
INCLUDE_APPCENTER="yes"
30+
INCLUDE_APPCENTER=""
3131

3232
# suffix for generated .iso files
3333
OUTPUT_SUFFIX=""

0 commit comments

Comments
 (0)