Browse Source

Fix k3os Live bug with wrong arch

applied Fix #1002 to Live boot.
David 3 years ago
parent
commit
f2ed9f51e7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      roles/netbootxyz/templates/menu/live-k3os.ipxe.j2

+ 1 - 1
roles/netbootxyz/templates/menu/live-k3os.ipxe.j2

@@ -5,7 +5,7 @@ goto ${menu} ||
 :live_menu
 set os {{ releases.k3os.name }}
 set os_arch ${arch}
-iseq ${os_arch} x86_64 && set os_arch x86_64 ||
+iseq ${os_arch} x86_64 && set os_arch amd64 ||
 set k3os_mirror {{ releases.k3os.mirror }}
 menu ${os} by Rancher
 isset ${k3os_version} || set k3os_version latest