Bläddra i källkod

Switch focal to subiquity installer

Appears that Ubuntu pulled the focal PXE installers
as well, so switching this to iso install
Antony Messerli 4 år sedan
förälder
incheckning
cfa5da8515
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      roles/netbootxyz/templates/menu/ubuntu.ipxe.j2

+ 1 - 0
roles/netbootxyz/templates/menu/ubuntu.ipxe.j2

@@ -20,6 +20,7 @@ item --gap Older Releases
 item older_release ${space} Set release codename...
 choose ubuntu_version || goto ubuntu_exit
 iseq ${ubuntu_version} older_release && goto older_release ||
+iseq ${ubuntu_version} focal && set install_type sub ||
 iseq ${ubuntu_version} groovy && set install_type sub ||
 iseq ${boot_type} sub && goto boot_type ||
 goto mirrorcfg