|
@@ -8,10 +8,8 @@ menu ${os}
|
|
item --gap ${os} Versions
|
|
item --gap ${os} Versions
|
|
item noble ${space} ${os} 24.04
|
|
item noble ${space} ${os} 24.04
|
|
item mantic ${space} ${os} 23.10
|
|
item mantic ${space} ${os} 23.10
|
|
-item lunar ${space} ${os} 23.04
|
|
|
|
item jammy ${space} ${os} 22.04
|
|
item jammy ${space} ${os} 22.04
|
|
item focal ${space} ${os} 20.04
|
|
item focal ${space} ${os} 20.04
|
|
-item bionic ${space} ${os} 18.04
|
|
|
|
choose live_version || goto live_exit
|
|
choose live_version || goto live_exit
|
|
menu ${os} ${live_version}
|
|
menu ${os} ${live_version}
|
|
item --gap ${os} Flavors
|
|
item --gap ${os} Flavors
|
|
@@ -33,14 +31,6 @@ item {{ key }} ${space} {{ value.os | title }} {{ value.version }} {{ value.flav
|
|
{% endfor %}
|
|
{% endfor %}
|
|
goto flavor_select
|
|
goto flavor_select
|
|
|
|
|
|
-:lunar
|
|
|
|
-{% for key, value in endpoints.items() | sort %}
|
|
|
|
-{% if value.os == "ubuntu" and 'squash' in key and value.version == "23.04" %}
|
|
|
|
-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" %}
|
|
@@ -57,14 +47,6 @@ item {{ key }} ${space} {{ value.os | title }} {{ value.version }} {{ value.flav
|
|
{% endfor %}
|
|
{% endfor %}
|
|
goto flavor_select
|
|
goto flavor_select
|
|
|
|
|
|
-:bionic
|
|
|
|
-{% for key, value in endpoints.items() | sort %}
|
|
|
|
-{% if value.os == "ubuntu" and 'squash' in key and value.version == "18.04" %}
|
|
|
|
-item {{ key }} ${space} {{ value.os | title }} {{ value.version }} {{ value.flavor | title }}
|
|
|
|
-{% endif %}
|
|
|
|
-{% endfor %}
|
|
|
|
-goto flavor_select
|
|
|
|
-
|
|
|
|
:flavor_select
|
|
:flavor_select
|
|
choose flavor || goto live_menu
|
|
choose flavor || goto live_menu
|
|
echo ${cls}
|
|
echo ${cls}
|
|
@@ -84,15 +66,8 @@ goto {{ value.version }}-boot
|
|
{% endif %}
|
|
{% endif %}
|
|
{% endfor %}
|
|
{% endfor %}
|
|
|
|
|
|
-:18.04-boot
|
|
|
|
-imgfree
|
|
|
|
-kernel ${kernel_url}vmlinuz ip=dhcp boot=casper netboot=http fetch=${squash_url} {{ kernel_params }}
|
|
|
|
-initrd ${kernel_url}initrd
|
|
|
|
-boot
|
|
|
|
-
|
|
|
|
:20.04-boot
|
|
:20.04-boot
|
|
:22.04-boot
|
|
:22.04-boot
|
|
-:23.04-boot
|
|
|
|
:23.10-boot
|
|
:23.10-boot
|
|
:24.04-boot
|
|
:24.04-boot
|
|
imgfree
|
|
imgfree
|