|
@@ -7,6 +7,7 @@ set os Mint Live
|
|
menu ${os} - Current Arch [ ${arch} ]
|
|
menu ${os} - Current Arch [ ${arch} ]
|
|
iseq ${arch} x86_64 && set arch_a amd64 || set arch_a ${arch}
|
|
iseq ${arch} x86_64 && set arch_a amd64 || set arch_a ${arch}
|
|
item --gap ${os} Versions
|
|
item --gap ${os} Versions
|
|
|
|
+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
|
|
choose live_version || goto live_exit
|
|
choose live_version || goto live_exit
|
|
@@ -14,6 +15,14 @@ menu ${os} ${live_version}
|
|
item --gap ${os} Flavors
|
|
item --gap ${os} Flavors
|
|
goto ${live_version}
|
|
goto ${live_version}
|
|
|
|
|
|
|
|
+:20
|
|
|
|
+{% for key, value in endpoints.items() | sort %}
|
|
|
|
+{% if value.os == "mint" and 'squash' in key and value.version == "20" %}
|
|
|
|
+item {{ key }} ${space} {{ value.os | title }} {{ value.version }} {{ value.flavor | title}}
|
|
|
|
+{% endif %}
|
|
|
|
+{% endfor %}
|
|
|
|
+goto flavor_select
|
|
|
|
+
|
|
:19
|
|
:19
|
|
{% for key, value in endpoints.items() | sort %}
|
|
{% for key, value in endpoints.items() | sort %}
|
|
{% if value.os == "mint" and 'squash' in key and value.version == "19" %}
|
|
{% if value.os == "mint" and 'squash' in key and value.version == "19" %}
|
|
@@ -49,6 +58,12 @@ goto {{ value.version }}-boot
|
|
{% endif %}
|
|
{% endif %}
|
|
{% endfor %}
|
|
{% endfor %}
|
|
|
|
|
|
|
|
+:20-boot
|
|
|
|
+imgfree
|
|
|
|
+kernel ${kernel_url}vmlinuz ip=dhcp boot=casper netboot=url url=${squash_url} initrd=initrd
|
|
|
|
+initrd ${kernel_url}initrd
|
|
|
|
+boot
|
|
|
|
+
|
|
:19-boot
|
|
:19-boot
|
|
imgfree
|
|
imgfree
|
|
kernel ${kernel_url}vmlinuz ip=dhcp boot=casper netboot=http fetch=${squash_url} initrd=initrd
|
|
kernel ${kernel_url}vmlinuz ip=dhcp boot=casper netboot=http fetch=${squash_url} initrd=initrd
|