Skip to content

Commit

Permalink
Drop Ubuntu 24.04/23.10 Live as they not working
Browse files Browse the repository at this point in the history
  • Loading branch information
antonym committed May 4, 2024
1 parent 065e6f5 commit bd26f13
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions roles/netbootxyz/templates/menu/live-ubuntu.ipxe.j2
Original file line number Diff line number Diff line change
Expand Up @@ -6,31 +6,13 @@ goto ${menu} ||
set os Ubuntu Live
menu ${os}
item --gap ${os} Versions
item noble ${space} ${os} 24.04
item mantic ${space} ${os} 23.10
item jammy ${space} ${os} 22.04
item focal ${space} ${os} 20.04
choose live_version || goto live_exit
menu ${os} ${live_version}
item --gap ${os} Flavors
goto ${live_version}

:noble
{% for key, value in endpoints.items() | sort %}
{% if value.os == "ubuntu" and 'squash' in key and value.version == "24.04" %}
item {{ key }} ${space} {{ value.os | title }} {{ value.version }} {{ value.flavor | title }}
{% endif %}
{% endfor %}
goto flavor_select

:mantic
{% for key, value in endpoints.items() | sort %}
{% if value.os == "ubuntu" and 'squash' in key and value.version == "23.10" %}
item {{ key }} ${space} {{ value.os | title }} {{ value.version }} {{ value.flavor | title }}
{% endif %}
{% endfor %}
goto flavor_select

:jammy
{% for key, value in endpoints.items() | sort %}
{% if value.os == "ubuntu" and 'squash' in key and value.version == "22.04" %}
Expand Down Expand Up @@ -68,8 +50,6 @@ goto {{ value.version }}-boot

:20.04-boot
:22.04-boot
:23.10-boot
:24.04-boot
imgfree
kernel ${kernel_url}vmlinuz ip=dhcp boot=casper netboot=url url=${squash_url} {{ kernel_params }}
initrd ${kernel_url}initrd
Expand All @@ -78,4 +58,3 @@ boot
:live_exit
clear menu
exit 0

0 comments on commit bd26f13

Please sign in to comment.