Chris Murray преди 1 година
родител
ревизия
5cb2f2ab8d
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  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 ||