Bläddra i källkod

remove xenial

Chris Murray 1 år sedan
förälder
incheckning
5cb2f2ab8d
1 ändrade filer med 0 tillägg och 1 borttagningar
  1. 0 1
      roles/netbootxyz/templates/menu/ubuntu.ipxe.j2

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

@@ -26,7 +26,6 @@ item older_release ${space} Set release codename...
 choose ubuntu_version || goto ubuntu_exit
 iseq ${ubuntu_version} older_release && goto older_release ||
 iseq ${ubuntu_version} bionic && set install_type deb ||
-iseq ${ubuntu_version} xenial && set install_type deb ||
 iseq ${ubuntu_version} focal-legacy && set install_type deb ||
 iseq ${ubuntu_version} focal-legacy && set ubuntu_version focal ||
 iseq ${install_type} sub && goto boot_type ||