|
@@ -6,6 +6,7 @@ goto ${menu} ||
|
|
set os Mint Live
|
|
set os Mint Live
|
|
menu ${os}
|
|
menu ${os}
|
|
item --gap ${os} Versions
|
|
item --gap ${os} Versions
|
|
|
|
+item 21 ${space} ${os} 21
|
|
item 20 ${space} ${os} 20
|
|
item 20 ${space} ${os} 20
|
|
item 19 ${space} ${os} 19
|
|
item 19 ${space} ${os} 19
|
|
item lmde ${space} ${os} LMDE
|
|
item lmde ${space} ${os} LMDE
|
|
@@ -14,6 +15,14 @@ menu ${os} ${live_version}
|
|
item --gap ${os} Flavors
|
|
item --gap ${os} Flavors
|
|
goto ${live_version}
|
|
goto ${live_version}
|
|
|
|
|
|
|
|
+:21
|
|
|
|
+{% for key, value in endpoints.items() | sort %}
|
|
|
|
+{% if value.os == "mint" and 'squash' in key and '21' in value.version %}
|
|
|
|
+item {{ key }} ${space} {{ value.os | title }} {{ value.version }} {{ value.flavor | title}}
|
|
|
|
+{% endif %}
|
|
|
|
+{% endfor %}
|
|
|
|
+goto flavor_select
|
|
|
|
+
|
|
:20
|
|
:20
|
|
{% for key, value in endpoints.items() | sort %}
|
|
{% for key, value in endpoints.items() | sort %}
|
|
{% if value.os == "mint" and 'squash' in key and '20' in value.version %}
|
|
{% if value.os == "mint" and 'squash' in key and '20' in value.version %}
|
|
@@ -57,6 +66,12 @@ goto {{ value.version }}-boot
|
|
{% endif %}
|
|
{% endif %}
|
|
{% endfor %}
|
|
{% endfor %}
|
|
|
|
|
|
|
|
+:21-boot
|
|
|
|
+imgfree
|
|
|
|
+kernel ${kernel_url}vmlinuz ip=dhcp boot=casper netboot=url url=${squash_url} {{ kernel_params }}
|
|
|
|
+initrd ${kernel_url}initrd
|
|
|
|
+boot
|
|
|
|
+
|
|
:20-boot
|
|
:20-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 }}
|