aboutsummaryrefslogtreecommitdiffstats
path: root/util/docker-compose/group_vars/all
diff options
context:
space:
mode:
Diffstat (limited to 'util/docker-compose/group_vars/all')
-rwxr-xr-xutil/docker-compose/group_vars/all6
1 files changed, 3 insertions, 3 deletions
diff --git a/util/docker-compose/group_vars/all b/util/docker-compose/group_vars/all
index 920589ce..8bdc57b5 100755
--- a/util/docker-compose/group_vars/all
+++ b/util/docker-compose/group_vars/all
@@ -46,9 +46,9 @@ distros_x86_64:
distros_aarch64:
ubuntu-16.04:
breed: "ubuntu"
- kickstart: "default16.seed"
- kopts: "netcfg/choose_interface=auto console=ttyS0 console=ttyAMA0 console=tty0 net.ifnames=0"
- kopts_post: "console=ttyS0 console=ttyAMA0 console=tty0 net.ifnames=0"
+ kickstart: "default16-aarch64.seed"
+ kopts: "netcfg/choose_interface=auto console=ttyS0 console=ttyAMA0 net.ifnames=0"
+ kopts_post: "console=ttyS0 console=ttyAMA0 net.ifnames=0"
extra: "--apt-dists=xenial --apt-components=main"
aliase: "xenial"
version: "ubuntu"