1
0
Chris Murray 1 жил өмнө
parent
commit
5cb2f2ab8d

+ 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 ||