|
@@ -6,8 +6,6 @@ goto ${menu} ||
|
|
set os Ubuntu Live
|
|
set os Ubuntu Live
|
|
menu ${os}
|
|
menu ${os}
|
|
item --gap ${os} Versions
|
|
item --gap ${os} Versions
|
|
-item noble ${space} ${os} 24.04
|
|
|
|
-item mantic ${space} ${os} 23.10
|
|
|
|
item jammy ${space} ${os} 22.04
|
|
item jammy ${space} ${os} 22.04
|
|
item focal ${space} ${os} 20.04
|
|
item focal ${space} ${os} 20.04
|
|
choose live_version || goto live_exit
|
|
choose live_version || goto live_exit
|
|
@@ -15,22 +13,6 @@ menu ${os} ${live_version}
|
|
item --gap ${os} Flavors
|
|
item --gap ${os} Flavors
|
|
goto ${live_version}
|
|
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
|
|
:jammy
|
|
{% for key, value in endpoints.items() | sort %}
|
|
{% for key, value in endpoints.items() | sort %}
|
|
{% if value.os == "ubuntu" and 'squash' in key and value.version == "22.04" %}
|
|
{% if value.os == "ubuntu" and 'squash' in key and value.version == "22.04" %}
|
|
@@ -68,8 +50,6 @@ goto {{ value.version }}-boot
|
|
|
|
|
|
:20.04-boot
|
|
:20.04-boot
|
|
:22.04-boot
|
|
:22.04-boot
|
|
-:23.10-boot
|
|
|
|
-:24.04-boot
|
|
|
|
imgfree
|
|
imgfree
|
|
kernel ${kernel_url}vmlinuz ip=dhcp boot=casper netboot=url url=${squash_url} {{ kernel_params }}
|
|
kernel ${kernel_url}vmlinuz ip=dhcp boot=casper netboot=url url=${squash_url} {{ kernel_params }}
|
|
initrd ${kernel_url}initrd
|
|
initrd ${kernel_url}initrd
|
|
@@ -78,4 +58,3 @@ boot
|
|
:live_exit
|
|
:live_exit
|
|
clear menu
|
|
clear menu
|
|
exit 0
|
|
exit 0
|
|
-
|
|
|